Home
last modified time | relevance | path

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

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