|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const SymbolStringPtr &Sym) |
| Render a SymbolStringPtr. More...
|
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const SymbolNameSet &Symbols) |
| Render a SymbolNameSet. More...
|
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const JITSymbolFlags &Flags) |
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const JITEvaluatedSymbol &Sym) |
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const SymbolFlagsMap::value_type &KV) |
| Render a SymbolFlagsMap entry. More...
|
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const SymbolMap::value_type &KV) |
| Render a SymbolMap entry. More...
|
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const SymbolFlagsMap &SymbolFlags) |
| Render a SymbolFlagsMap. More...
|
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const SymbolMap &Symbols) |
| Render a SymbolMap. More...
|
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const SymbolDependenceMap::value_type &KV) |
| Render a SymbolDependenceMap entry. More...
|
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const MaterializationUnit &MU) |
| Render a MaterializationUnit. More...
|
|
raw_ostream & | llvm::orc::operator<< (raw_ostream &OS, const JITDylibSearchList &JDs) |
| Render a JITDylibSearchList. More...
|
|
Expected< SymbolAliasMap > | llvm::orc::buildSimpleReexportsAliasMap (JITDylib &SourceJD, const SymbolNameSet &Symbols) |
| Build a SymbolAliasMap for the common case where you want to re-export symbols from another JITDylib with the same linkage/flags. More...
|
|