Home
last modified time | relevance | path

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

/llvm-project/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()
157 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in createStubs()
211 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in updatePointer()
H A DCOFFVCRuntimeSupport.cpp125 if (auto Res = ES.getExecutorProcessControl().runAsVoidFunction(Addr)) in initializeStaticVCRuntime()
132 ES.getExecutorProcessControl().runAsIntFunction(jit_scrt_initialize, 0); in initializeStaticVCRuntime()
H A DEPCEHFrameRegistrar.cpp26 if (auto Err = ES.getExecutorProcessControl().getBootstrapSymbols( in Create()
H A DEPCDebugObjectRegistrar.cpp19 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar()
H A DEPCDynamicLibrarySearchGenerator.cpp25 ES.getExecutorProcessControl().getDylibMgr().loadDylib(LibraryPath); in Load()
H A DCOFFPlatform.cpp166 auto &EPC = ES.getExecutorProcessControl(); in Create()
671 ES.getExecutorProcessControl().runAsVoidFunction(Initializer.second); in runBootstrapInitializers()
737 auto Res = ES.getExecutorProcessControl().runAsVoidFunction(jit_function); in bootstrapCOFFRuntime()
H A DELFNixPlatform.cpp218 auto &EPC = ES.getExecutorProcessControl(); in standardPlatformAliases()
H A DObjectLinkingLayer.cpp
H A DOrcV2CBindings.cpp326 unwrap(ES)->getExecutorProcessControl().getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool()
H A DMachOPlatform.cpp293 auto &EPC = ES.getExecutorProcessControl();
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h90 return Create(ES.getExecutorProcessControl()); in Create()
94 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl() function
H A DEPCDynamicLibrarySearchGenerator.h43 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)),
H A DCore.h1380 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; }
1471 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } getExecutorProcessControl() function
/llvm-project/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h77 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h72 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h79 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp216 J->getExecutionSession().getExecutorProcessControl(); in main()
H A DRemoteJITUtils.cpp32 if (auto Handle = ES.getExecutorProcessControl().getDylibMgr().loadDylib( in loadDylib()
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h107 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h190 ES->getExecutorProcessControl().getTargetTriple()); in Create()
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1095 ObjLayer(ES, ES.getExecutorProcessControl().getMemMgr()) { in Session()
1149 this->ES.getExecutorProcessControl(), *ProcessSymsJD, true, true))); in modifyPassConfig()
1155 VTuneSupportPlugin::Create(this->ES.getExecutorProcessControl(), in modifyPassConfig()
2633 return S.ES.getExecutorProcessControl().runAsMain(EntryPointAddr, InputArgv);