Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::orc |
|
|
Expected< std::unique_ptr< LazyCallThroughManager > > | llvm::orc::createLocalLazyCallThroughManager (const Triple &T, ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) |
| Create a LocalLazyCallThroughManager from the given triple and execution session.
|
|
std::unique_ptr< LazyReexportsMaterializationUnit > | llvm::orc::lazyReexports (LazyCallThroughManager &LCTManager, IndirectStubsManager &ISManager, JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc=nullptr) |
| Define lazy-reexports based on the given SymbolAliasMap.
|
|