Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDEPCIndirectionUtils.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()
HDCOFFVCRuntimeSupport.cpp125 if (auto Res = ES.getExecutorProcessControl().runAsVoidFunction(Addr)) in initializeStaticVCRuntime()
132 ES.getExecutorProcessControl().runAsIntFunction(jit_scrt_initialize, 0); in initializeStaticVCRuntime()
HDEPCEHFrameRegistrar.cpp26 if (auto Err = ES.getExecutorProcessControl().getBootstrapSymbols( in Create()
HDEPCDebugObjectRegistrar.cpp22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar()
HDEPCDynamicLibrarySearchGenerator.cpp22 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
HDCOFFPlatform.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()
HDELFNixPlatform.cpp126 auto &EPC = ES.getExecutorProcessControl(); in Create()
HDObjectLinkingLayer.cpp684 : BaseT(ES), MemMgr(ES.getExecutorProcessControl().getMemMgr()) { in ObjectLinkingLayer()
HDOrcV2CBindings.cpp325 unwrap(ES)->getExecutorProcessControl().getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool()
HDMachOPlatform.cpp306 auto &EPC = ES.getExecutorProcessControl(); in Create()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDEPCIndirectionUtils.h90 return Create(ES.getExecutorProcessControl()); in Create()
94 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl() function
HDEPCDynamicLibrarySearchGenerator.h43 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)),
HDCore.h1471 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } in getExecutorProcessControl() function