Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCIndirectionUtils.cpp335 assert(!LCTM && in createLazyCallThroughManager()
337 LCTM = std::make_unique<LazyCallThroughManager>(ES, ErrorHandlerAddr, in createLazyCallThroughManager()
339 return *LCTM; in createLazyCallThroughManager()
414 auto &LCTM = *jitTargetAddressToPointer<LazyCallThroughManager *>(LCTMAddr); in reentry() local
417 LCTM.resolveTrampolineLandingAddress( in reentry()
424 auto &LCTM = EPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaEPCIU() local
427 pointerToJITTargetAddress(&LCTM)) in setUpInProcessLCTMReentryViaEPCIU()
DOrcV2CBindings.cpp471 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM, in LLVMOrcLazyReexports() argument
485 return wrap(lazyReexports(*unwrap(LCTM), *unwrap(ISM), *unwrap(SourceJD), in LLVMOrcLazyReexports()
1213 auto LCTM = createLocalLazyCallThroughManager(Triple(TargetTriple), in LLVMOrcCreateLocalLazyCallThroughManager() local
1216 if (!LCTM) in LLVMOrcCreateLocalLazyCallThroughManager()
1217 return wrap(LCTM.takeError()); in LLVMOrcCreateLocalLazyCallThroughManager()
1218 *Result = wrap(LCTM->release()); in LLVMOrcCreateLocalLazyCallThroughManager()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DEPCIndirectionUtils.h124 assert(LCTM && "createLazyCallThroughManager must be called first"); in getLazyCallThroughManager()
125 return *LCTM; in getLazyCallThroughManager()
154 std::unique_ptr<LazyCallThroughManager> LCTM; variable
/openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
DLLJITWithLazyReexports.cpp124 auto LCTM = ExitOnErr(createLocalLazyCallThroughManager( in main() local
142 lazyReexports(*LCTM, *ISM, J->getMainJITDylib(), std::move(ReExports)))); in main()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DOrc.h707 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM,
1250 LLVMOrcLazyCallThroughManagerRef *LCTM);
1256 LLVMOrcLazyCallThroughManagerRef LCTM);