Home
last modified time | relevance | path

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

/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.cpp125 if (auto Res = ES.getExecutorProcessControl().runAsVoidFunction(Addr)) in initializeStaticVCRuntime()
132 ES.getExecutorProcessControl().runAsIntFunction(jit_scrt_initialize, 0); in initializeStaticVCRuntime()
H A DEPCDebugObjectRegistrar.cpp22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar()
H A DEPCEHFrameRegistrar.cpp26 if (auto Err = ES.getExecutorProcessControl().getBootstrapSymbols( in Create()
H A DEPCDynamicLibrarySearchGenerator.cpp22 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
H A DCOFFPlatform.cpp174 auto &EPC = ES.getExecutorProcessControl(); in Create()
681 ES.getExecutorProcessControl().runAsVoidFunction(Initializer.second); in runBootstrapSubsectionInitializers()
747 auto Res = ES.getExecutorProcessControl().runAsVoidFunction(jit_function); in runSymbolIfExists()
H A DELFNixPlatform.cpp126 auto &EPC = ES.getExecutorProcessControl(); in Create()
H A DObjectLinkingLayer.cpp684 : BaseT(ES), MemMgr(ES.getExecutorProcessControl().getMemMgr()) { in ObjectLinkingLayer()
H A DOrcV2CBindings.cpp325 unwrap(ES)->getExecutorProcessControl().getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool()
H A DMachOPlatform.cpp306 auto &EPC = ES.getExecutorProcessControl(); in Create()
/freebsd/contrib/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.h1471 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } in getExecutorProcessControl() function