Home
last modified time | relevance | path

Searched defs:LCTM (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp409 auto &LCTM = *jitTargetAddressToPointer<LazyCallThroughManager *>(LCTMAddr); in reentry() local
419 auto &LCTM = EPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaEPCIU() local
H A DOrcV2CBindings.cpp440 LLVMOrcLazyCallThroughManagerRef LCTM, LLVMOrcIndirectStubsManagerRef ISM, in LLVMOrcLazyReexports()
1169 auto LCTM = createLocalLazyCallThroughManager( in LLVMOrcCreateLocalLazyCallThroughManager() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h156 std::unique_ptr<LazyCallThroughManager> LCTM; variable