/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | EPCGenericJITLinkMemoryManager.h | 39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager() 60 ExecutorProcessControl &EPC; variable
|
D | EPCIndirectionUtils.h | 149 ExecutorProcessControl &EPC; variable 214 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
|
D | LLJIT.h | 263 std::unique_ptr<ExecutorProcessControl> EPC; variable 282 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl() 370 SetterImpl &setExecutorProcessControl(ExecutorProcessControl &EPC) { in setExecutorProcessControl()
|
D | EPCGenericDylibManager.h | 45 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager()
|
D | EPCGenericMemoryAccess.h | 39 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
|
D | EPCGenericRTDyldMemoryManager.h | 113 ExecutorProcessControl &EPC; variable
|
D | MemoryMapper.h | 162 ExecutorProcessControl &EPC; variable
|
D | Core.h | 1760 std::unique_ptr<ExecutorProcessControl> EPC; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | EPCIndirectionUtils.cpp | 82 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()
|
D | EPCDebugObjectRegistrar.cpp | 22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar() local
|
D | EPCEHFrameRegistrar.cpp | 27 auto &EPC = ES.getExecutorProcessControl(); in Create() local
|
D | EPCGenericRTDyldMemoryManager.cpp | 24 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols() 39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
|
D | EPCGenericDylibManager.cpp | 64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
|
D | LookupAndRecordAddrs.cpp | 55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
|
D | MemoryMapper.cpp | 193 SharedMemoryMapper::SharedMemoryMapper(ExecutorProcessControl &EPC, in SharedMemoryMapper() 202 SharedMemoryMapper::Create(ExecutorProcessControl &EPC, SymbolAddrs SAs) { in Create()
|
D | ELFNixPlatform.cpp | 116 auto &EPC = ES.getExecutorProcessControl(); in Create() local
|
D | COFFPlatform.cpp | 168 auto &EPC = ES.getExecutorProcessControl(); in Create() local
|
D | LLJIT.cpp | 846 if (auto EPC = SelfExecutorProcessControl::Create()) { in LLJIT() local
|
D | MachOPlatform.cpp | 278 auto &EPC = ES.getExecutorProcessControl(); in Create() local
|
D | Core.cpp | 1883 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession()
|