Home
last modified time | relevance | path

Searched defs:EPC (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DEPCGenericJITLinkMemoryManager.h39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager()
60 ExecutorProcessControl &EPC; variable
DEPCIndirectionUtils.h149 ExecutorProcessControl &EPC; variable
214 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
DLLJIT.h263 std::unique_ptr<ExecutorProcessControl> EPC; variable
282 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl()
370 SetterImpl &setExecutorProcessControl(ExecutorProcessControl &EPC) { in setExecutorProcessControl()
DEPCGenericDylibManager.h45 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager()
DEPCGenericMemoryAccess.h39 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
DEPCGenericRTDyldMemoryManager.h113 ExecutorProcessControl &EPC; variable
DMemoryMapper.h162 ExecutorProcessControl &EPC; variable
DCore.h1760 std::unique_ptr<ExecutorProcessControl> EPC; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DEPCIndirectionUtils.cpp82 auto &EPC = EPCIU.getExecutorProcessControl(); in EPCTrampolinePool() local
110 auto &EPC = EPCIU.getExecutorProcessControl(); in grow() local
239 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
342 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils()
DEPCDebugObjectRegistrar.cpp22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar() local
DEPCEHFrameRegistrar.cpp27 auto &EPC = ES.getExecutorProcessControl(); in Create() local
DEPCGenericRTDyldMemoryManager.cpp24 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
DEPCGenericDylibManager.cpp64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
DLookupAndRecordAddrs.cpp55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
DMemoryMapper.cpp193 SharedMemoryMapper::SharedMemoryMapper(ExecutorProcessControl &EPC, in SharedMemoryMapper()
202 SharedMemoryMapper::Create(ExecutorProcessControl &EPC, SymbolAddrs SAs) { in Create()
DELFNixPlatform.cpp116 auto &EPC = ES.getExecutorProcessControl(); in Create() local
DCOFFPlatform.cpp168 auto &EPC = ES.getExecutorProcessControl(); in Create() local
DLLJIT.cpp846 if (auto EPC = SelfExecutorProcessControl::Create()) { in LLJIT() local
DMachOPlatform.cpp278 auto &EPC = ES.getExecutorProcessControl(); in Create() local
DCore.cpp1883 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession()