Searched refs:LazyCallThroughManager (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 38 class LazyCallThroughManager { 43 LazyCallThroughManager(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr, 56 virtual ~LazyCallThroughManager() = default; 86 class LocalLazyCallThroughManager : public LazyCallThroughManager { 92 : LazyCallThroughManager(ES, ErrorHandlerAddr, nullptr) {} in LocalLazyCallThroughManager() 131 Expected<std::unique_ptr<LazyCallThroughManager>> 142 LazyReexportsMaterializationUnit(LazyCallThroughManager &LCTManager, 156 LazyCallThroughManager &LCTManager; 167 lazyReexports(LazyCallThroughManager &LCTManager,
|
H A D | EPCIndirectionUtils.h | 121 LazyCallThroughManager & 126 LazyCallThroughManager &getLazyCallThroughManager() { in getLazyCallThroughManager() 156 std::unique_ptr<LazyCallThroughManager> LCTM;
|
H A D | CompileOnDemandLayer.h | 81 LazyCallThroughManager &LCTMgr, 124 LazyCallThroughManager &LCTMgr;
|
H A D | LLJIT.h | 294 std::unique_ptr<LazyCallThroughManager> LCTMgr; 523 std::unique_ptr<LazyCallThroughManager> LCTMgr; 546 setLazyCallthroughManager(std::unique_ptr<LazyCallThroughManager> LCTMgr) { in setLazyCallthroughManager()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 19 LazyCallThroughManager::LazyCallThroughManager(ExecutionSession &ES, in LazyCallThroughManager() function in llvm::orc::LazyCallThroughManager 24 Expected<ExecutorAddr> LazyCallThroughManager::getCallThroughTrampoline( in getCallThroughTrampoline() 40 ExecutorAddr LazyCallThroughManager::reportCallThroughError(Error Err) { in reportCallThroughError() 45 Expected<LazyCallThroughManager::ReexportsEntry> 46 LazyCallThroughManager::findReexport(ExecutorAddr TrampolineAddr) { in findReexport() 56 Error LazyCallThroughManager::notifyResolved(ExecutorAddr TrampolineAddr, in notifyResolved() 71 void LazyCallThroughManager::resolveTrampolineLandingAddress( in resolveTrampolineLandingAddress() 106 Expected<std::unique_ptr<LazyCallThroughManager>> 154 LazyCallThroughManager &LCTManager, IndirectStubsManager &ISManager, in LazyReexportsMaterializationUnit()
|
H A D | EPCIndirectionUtils.cpp | 329 LazyCallThroughManager &EPCIndirectionUtils::createLazyCallThroughManager( in createLazyCallThroughManager() 333 LCTM = std::make_unique<LazyCallThroughManager>(ES, ErrorHandlerAddr, in createLazyCallThroughManager() 409 auto &LCTM = *jitTargetAddressToPointer<LazyCallThroughManager *>(LCTMAddr); in reentry()
|
H A D | CompileOnDemandLayer.cpp | 116 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer()
|
H A D | OrcV2CBindings.cpp | 73 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LazyCallThroughManager, 1180 std::unique_ptr<LazyCallThroughManager> TmpLCM(unwrap(LCM)); in LLVMOrcDisposeLazyCallThroughManager()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 969 std::make_unique<orc::LazyCallThroughManager>(*ES, orc::ExecutorAddr(), in runOrcJIT()
|