Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h44 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)),
57 : EPC(ES.getExecutorProcessControl()), Allow(std::move(Allow)),
H A DEPCIndirectionUtils.h90 return Create(ES.getExecutorProcessControl()); in Create()
94 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl() function
H A DCore.h1395 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } in getExecutorProcessControl() function
/freebsd/contrib/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.cpp127 if (auto Res = ES.getExecutorProcessControl().runAsVoidFunction(Addr)) in initializeStaticVCRuntime()
134 ES.getExecutorProcessControl().runAsIntFunction(jit_scrt_initialize, 0); in initializeStaticVCRuntime()
H A DEPCDebugObjectRegistrar.cpp19 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar()
H A DEHFrameRegistrationPlugin.cpp27 if (auto Err = ES.getExecutorProcessControl().getBootstrapSymbols( in Create()
H A DEPCDynamicLibrarySearchGenerator.cpp25 ES.getExecutorProcessControl().getDylibMgr().loadDylib(LibraryPath); in Load()
H A DUnwindInfoRegistrationPlugin.cpp26 auto &EPC = ES.getExecutorProcessControl(); in Create()
H A DJITLinkRedirectableSymbolManager.cpp90 .getExecutorProcessControl() in redirect()
H A DCOFFPlatform.cpp168 auto &EPC = ES.getExecutorProcessControl(); in Create()
672 ES.getExecutorProcessControl().runAsVoidFunction(Initializer.second); in runBootstrapSubsectionInitializers()
738 auto Res = ES.getExecutorProcessControl().runAsVoidFunction(jit_function); in runSymbolIfExists()
H A DLinkGraphLinkingLayer.cpp475 : LinkGraphLayer(ES), MemMgr(ES.getExecutorProcessControl().getMemMgr()) { in LinkGraphLinkingLayer()
H A DELFNixPlatform.cpp217 auto &EPC = ES.getExecutorProcessControl(); in Create()
H A DOrcV2CBindings.cpp326 unwrap(ES)->getExecutorProcessControl().getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool()
H A DMachOPlatform.cpp294 auto &EPC = ES.getExecutorProcessControl(); in Create()