Searched refs:LCTM (Results 1 – 4 of 4) sorted by relevance
332 assert(!LCTM && in createLazyCallThroughManager()334 LCTM = std::make_unique<LazyCallThroughManager>(ES, ErrorHandlerAddr, in createLazyCallThroughManager()336 return *LCTM; in createLazyCallThroughManager()411 auto &LCTM = *jitTargetAddressToPointer<LazyCallThroughManager *>(LCTMAddr); in reentry() local414 LCTM.resolveTrampolineLandingAddress( in reentry()421 auto &LCTM = EPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaEPCIU() local424 ExecutorAddr::fromPtr(&LCTM)) in setUpInProcessLCTMReentryViaEPCIU()
449 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM, in LLVMOrcLazyReexports() argument462 return wrap(lazyReexports(*unwrap(LCTM), *unwrap(ISM), *unwrap(SourceJD), in LLVMOrcLazyReexports()1172 auto LCTM = createLocalLazyCallThroughManager( in LLVMOrcCreateLocalLazyCallThroughManager() local1175 if (!LCTM) in LLVMOrcCreateLocalLazyCallThroughManager()1176 return wrap(LCTM.takeError()); in LLVMOrcCreateLocalLazyCallThroughManager()1177 *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
725 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM,1264 LLVMOrcLazyCallThroughManagerRef *LCTM);1270 LLVMOrcDisposeLazyCallThroughManager(LLVMOrcLazyCallThroughManagerRef LCTM);