LLVM 20.0.0git
|
A lazy call-through manager that builds trampolines in the current process. More...
#include "llvm/ExecutionEngine/Orc/LazyReexports.h"
Static Public Member Functions | |
template<typename ORCABI > | |
static Expected< std::unique_ptr< LocalLazyCallThroughManager > > | Create (ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) |
Create a LocalLazyCallThroughManager using the given ABI. | |
A lazy call-through manager that builds trampolines in the current process.
Definition at line 86 of file LazyReexports.h.
|
inlinestatic |
Create a LocalLazyCallThroughManager using the given ABI.
See createLocalLazyCallThroughManager.
Definition at line 118 of file LazyReexports.h.