Home
last modified time | relevance | path

Searched refs:getExecutorProcessControl (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp82 auto &EPC = EPCIU.getExecutorProcessControl(); in EPCTrampolinePool()
94 EPCIU.getExecutorProcessControl().getMemMgr().deallocate( in deallocatePool()
110 auto &EPC = EPCIU.getExecutorProcessControl(); in grow()
159 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in createStubs()
215 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in updatePointer()
H A DEPCDebugObjectRegistrar.cpp21 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar()
H A DEPCEHFrameRegistrar.cpp26 auto &EPC = ES.getExecutorProcessControl(); in Create()
H A DEPCDynamicLibrarySearchGenerator.cpp18 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
H A DELFNixPlatform.cpp43 ENP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in materialize()
115 auto &EPC = ES.getExecutorProcessControl(); in Create()
H A DMachOPlatform.cpp73 MOP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in materialize()
192 auto &EPC = ES.getExecutorProcessControl(); in Create()
H A DObjectLinkingLayer.cpp621 : BaseT(ES), MemMgr(ES.getExecutorProcessControl().getMemMgr()) { in ObjectLinkingLayer()
H A DOrcV2CBindings.cpp347 unwrap(ES)->getExecutorProcessControl().getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h94 auto EPCIU = EPCIndirectionUtils::Create(ES->getExecutorProcessControl()); in Create()
105 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h38 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)) {}
H A DEPCIndirectionUtils.h90 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl() function
H A DCore.h1401 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } in getExecutorProcessControl() function
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h179 auto EPCIU = EPCIndirectionUtils::Create(ES->getExecutorProcessControl()); in Create()
190 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h72 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h76 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h79 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp151 J->getExecutionSession().getExecutorProcessControl())); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp242 J->getExecutionSession().getExecutorProcessControl(); in main()
H A DRemoteJITUtils.cpp47 if (auto Handle = ES.getExecutorProcessControl().loadDylib(RemotePath.data())) in loadDylib()
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1026 ObjLayer(ES, ES.getExecutorProcessControl().getMemMgr()) { in Session()
1066 auto &TT = ES.getExecutorProcessControl().getTargetTriple(); in Session()
1141 auto &EPC = ES.getExecutorProcessControl(); in modifyPassConfig()
1651 S.ObjLayer, Path, S.ES.getExecutorProcessControl().getTargetTriple(), in addLibraries()
1875 const auto &TT = S.ES.getExecutorProcessControl().getTargetTriple(); in runChecks()
1949 const auto &TT = S.ES.getExecutorProcessControl().getTargetTriple(); in getOrcRuntimeEntryPoint()
1987 const auto &TT = S.ES.getExecutorProcessControl().getTargetTriple(); in runWithRuntime()
2004 return S.ES.getExecutorProcessControl().runAsMain(EntryPointAddr, InputArgv); in runWithoutRuntime()