Home
last modified time | relevance | path

Searched refs:LCTM (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp331 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() local
412 LCTM.resolveTrampolineLandingAddress( in reentry()
419 auto &LCTM = EPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaEPCIU() local
422 ExecutorAddr::fromPtr(&LCTM)) in setUpInProcessLCTMReentryViaEPCIU()
H A DOrcV2CBindings.cpp448 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM, in LLVMOrcLazyReexports() argument
461 return wrap(lazyReexports(*unwrap(LCTM), *unwrap(ISM), *unwrap(SourceJD), in LLVMOrcLazyReexports()
1169 auto LCTM = createLocalLazyCallThroughManager( in LLVMOrcCreateLocalLazyCallThroughManager() local
1172 if (!LCTM) in LLVMOrcCreateLocalLazyCallThroughManager()
1173 return wrap(LCTM.takeError()); in LLVMOrcCreateLocalLazyCallThroughManager()
1174 *Result = wrap(LCTM->release()); in LLVMOrcCreateLocalLazyCallThroughManager()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h127 assert(LCTM && "createLazyCallThroughManager must be called first"); in getLazyCallThroughManager()
128 return *LCTM; in getLazyCallThroughManager()
156 std::unique_ptr<LazyCallThroughManager> LCTM; variable
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h716 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM,
1241 LLVMOrcLazyCallThroughManagerRef *LCTM);
1247 LLVMOrcLazyCallThroughManagerRef LCTM);