Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
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()
DCOFFVCRuntimeSupport.cpp125 if (auto Res = ES.getExecutorProcessControl().runAsVoidFunction(Addr)) in initializeStaticVCRuntime()
132 ES.getExecutorProcessControl().runAsIntFunction(jit_scrt_initialize, 0); in initializeStaticVCRuntime()
DEPCDebugObjectRegistrar.cpp22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar()
DEPCEHFrameRegistrar.cpp27 auto &EPC = ES.getExecutorProcessControl(); in Create()
DEPCDynamicLibrarySearchGenerator.cpp18 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
DCOFFPlatform.cpp58 CP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in materialize()
168 auto &EPC = ES.getExecutorProcessControl(); in Create()
670 ES.getExecutorProcessControl().runAsVoidFunction(Initializer.second); in runBootstrapSubsectionInitializers()
736 auto Res = ES.getExecutorProcessControl().runAsVoidFunction(jit_function); in runSymbolIfExists()
DELFNixPlatform.cpp44 ENP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in materialize()
116 auto &EPC = ES.getExecutorProcessControl(); in Create()
DExecutionUtils.cpp509 Triple TT = ES.getExecutorProcessControl().getTargetTriple(); in createStubsGraph()
DMachOPlatform.cpp66 MOP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in createPlatformGraph()
278 auto &EPC = ES.getExecutorProcessControl(); in Create()
DObjectLinkingLayer.cpp607 : BaseT(ES), MemMgr(ES.getExecutorProcessControl().getMemMgr()) { in ObjectLinkingLayer()
DOrcV2CBindings.cpp347 unwrap(ES)->getExecutorProcessControl().getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DEPCDynamicLibrarySearchGenerator.h38 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)) {}
DEPCIndirectionUtils.h90 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl() function
DCore.h1416 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } in getExecutorProcessControl() function