Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp326 assert(!LCTM && in createLazyCallThroughManager()
328 LCTM = std::make_unique<LazyCallThroughManager>(ES, ErrorHandlerAddr, in createLazyCallThroughManager()
330 return *LCTM; in createLazyCallThroughManager()
405 auto &LCTM = *jitTargetAddressToPointer<LazyCallThroughManager *>(LCTMAddr); in reentry() local
408 LCTM.resolveTrampolineLandingAddress( in reentry()
415 auto &LCTM = TPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaTPCIU() local
418 pointerToJITTargetAddress(&LCTM)) in setUpInProcessLCTMReentryViaTPCIU()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h124 assert(LCTM && "createLazyCallThroughManager must be called first"); in getLazyCallThroughManager()
125 return *LCTM; in getLazyCallThroughManager()
154 std::unique_ptr<LazyCallThroughManager> LCTM; variable
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp124 auto LCTM = ExitOnErr(createLocalLazyCallThroughManager( in main() local
142 lazyReexports(*LCTM, *ISM, J->getMainJITDylib(), std::move(ReExports)))); in main()