Home
last modified time | relevance | path

Searched refs:getLazyCallThroughManager (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp109 EPCIU->getLazyCallThroughManager().resolveTrampolineLandingAddress( in reenter()
176 lazyReexports(EPCIU->getLazyCallThroughManager(), *ISM, in main()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h72 this->EPCIU->getLazyCallThroughManager(),
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h123 LazyCallThroughManager &getLazyCallThroughManager() { in getLazyCallThroughManager() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp421 auto &LCTM = EPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaEPCIU()