Home
last modified time | relevance | path

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

/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
DLLJITWithTargetProcessControl.cpp109 TPCIU->getLazyCallThroughManager().resolveTrampolineLandingAddress( in reenter()
174 lazyReexports(TPCIU->getLazyCallThroughManager(), *ISM, in main()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h123 LazyCallThroughManager &getLazyCallThroughManager() { in getLazyCallThroughManager() function
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h74 this->TPCIU->getLazyCallThroughManager(),
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp415 auto &LCTM = TPCIU.getLazyCallThroughManager(); in setUpInProcessLCTMReentryViaTPCIU()