Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp124 auto LCTM = ExitOnErr(createLocalLazyCallThroughManager( in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp405 auto &LCTM = *jitTargetAddressToPointer<LazyCallThroughManager *>(LCTMAddr); in reentry() local
415 auto &LCTM = TPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaTPCIU() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h154 std::unique_ptr<LazyCallThroughManager> LCTM; variable