Searched refs:LCTM (Results 1 – 4 of 4) sorted by relevance
30 auto LCTM = createLocalLazyCallThroughManager(JTMB->getTargetTriple(), ES, 0); in TEST_F() local31 if (!LCTM) { in TEST_F()32 consumeError(LCTM.takeError()); in TEST_F()59 auto CallThroughTrampoline = cantFail((*LCTM)->getCallThroughTrampoline( in TEST_F()
326 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() local408 LCTM.resolveTrampolineLandingAddress( in reentry()415 auto &LCTM = TPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaTPCIU() local418 pointerToJITTargetAddress(&LCTM)) in setUpInProcessLCTMReentryViaTPCIU()
124 assert(LCTM && "createLazyCallThroughManager must be called first"); in getLazyCallThroughManager()125 return *LCTM; in getLazyCallThroughManager()154 std::unique_ptr<LazyCallThroughManager> LCTM; variable
124 auto LCTM = ExitOnErr(createLocalLazyCallThroughManager( in main() local142 lazyReexports(*LCTM, *ISM, J->getMainJITDylib(), std::move(ReExports)))); in main()