Searched refs:LCTM (Results 1 – 4 of 4) sorted by relevance
331 assert(!LCTM && in createLazyCallThroughManager()333 LCTM = std::make_unique<LazyCallThroughManager>(ES, ErrorHandlerAddr, in createLazyCallThroughManager()335 return *LCTM; in createLazyCallThroughManager()409 auto &LCTM = *jitTargetAddressToPointer<LazyCallThroughManager *>(LCTMAddr); in reentry() local412 LCTM.resolveTrampolineLandingAddress( in reentry()419 auto &LCTM = EPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaEPCIU() local422 ExecutorAddr::fromPtr(&LCTM)) in setUpInProcessLCTMReentryViaEPCIU()
448 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM, in LLVMOrcLazyReexports() argument461 return wrap(lazyReexports(*unwrap(LCTM), *unwrap(ISM), *unwrap(SourceJD), in LLVMOrcLazyReexports()1169 auto LCTM = createLocalLazyCallThroughManager( in LLVMOrcCreateLocalLazyCallThroughManager() local1172 if (!LCTM) in LLVMOrcCreateLocalLazyCallThroughManager()1173 return wrap(LCTM.takeError()); in LLVMOrcCreateLocalLazyCallThroughManager()1174 *Result = wrap(LCTM->release()); in LLVMOrcCreateLocalLazyCallThroughManager()
127 assert(LCTM && "createLazyCallThroughManager must be called first"); in getLazyCallThroughManager()128 return *LCTM; in getLazyCallThroughManager()156 std::unique_ptr<LazyCallThroughManager> LCTM; variable
716 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM,1241 LLVMOrcLazyCallThroughManagerRef *LCTM);1247 LLVMOrcLazyCallThroughManagerRef LCTM);