LLVM
15.0.0git
|
#include "llvm/ADT/STLExtras.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/IndirectionUtils.h"
#include "llvm/ExecutionEngine/Orc/Speculation.h"
Go to the source code of this file.
Classes | |
class | llvm::orc::LazyCallThroughManager |
Manages a set of 'lazy call-through' trampolines. More... | |
struct | llvm::orc::LazyCallThroughManager::ReexportsEntry |
class | llvm::orc::LocalLazyCallThroughManager |
A lazy call-through manager that builds trampolines in the current process. More... | |
class | llvm::orc::LazyReexportsMaterializationUnit |
A materialization unit that builds lazy re-exports. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::orc | |
Functions | |
Expected< std::unique_ptr< LazyCallThroughManager > > | llvm::orc::createLocalLazyCallThroughManager (const Triple &T, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) |
Create a LocalLazyCallThroughManager from the given triple and execution session. More... | |
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. More... | |