/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.h | 39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager() argument 60 ExecutorProcessControl &EPC; variable
|
H A D | EPCIndirectionUtils.h | 151 ExecutorProcessControl &EPC; variable 216 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
|
H A D | EPCGenericDylibManager.h | 46 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager()
|
H A D | EPCGenericMemoryAccess.h | 39 EPCGenericMemoryAccess(ExecutorProcessControl & EPC,FuncAddrs FAs) EPCGenericMemoryAccess() argument [all...] |
H A D | LLJIT.h | 315 std::unique_ptr<ExecutorProcessControl> EPC; variable 339 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl()
|
H A D | EPCGenericRTDyldMemoryManager.h | 113 ExecutorProcessControl &EPC; variable
|
H A D | MemoryMapper.h | 162 ExecutorProcessControl &EPC; variable
|
H A D | Core.h | 1858 std::unique_ptr<ExecutorProcessControl> EPC; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCIndirectionUtils.cpp | 82 auto &EPC = EPCIU.getExecutorProcessControl(); in EPCTrampolinePool() local 110 auto &EPC = EPCIU.getExecutorProcessControl(); in grow() local 235 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create() 338 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils()
|
H A D | EPCDebugObjectRegistrar.cpp | 22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar() local
|
H A D | EPCEHFrameRegistrar.cpp | 27 auto &EPC = ES.getExecutorProcessControl(); Create() local
|
H A D | EPCGenericRTDyldMemoryManager.cpp | 24 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols() 39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
|
H A D | LookupAndRecordAddrs.cpp | 55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs() argument
|
H A D | EPCGenericDylibManager.cpp | 64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
|
H A D | MemoryMapper.cpp | 197 SharedMemoryMapper::SharedMemoryMapper(ExecutorProcessControl &EPC, in SharedMemoryMapper() 206 SharedMemoryMapper::Create(ExecutorProcessControl &EPC, SymbolAddrs SAs) { in Create()
|
H A D | ELFNixPlatform.cpp | 115 auto &EPC = ES.getExecutorProcessControl(); Create() local
|
H A D | COFFPlatform.cpp | 174 auto &EPC = ES.getExecutorProcessControl(); in Create() local
|
H A D | LLJIT.cpp | 989 if (auto EPC = SelfExecutorProcessControl::Create()) { in LLJIT() local
|
H A D | MachOPlatform.cpp | 306 auto &EPC = ES.getExecutorProcessControl(); in Create() local
|
H A D | Core.cpp | 1604 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.h | 29 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 93 Create(orc::ExecutorProcessControl &EPC) { in Create()
|
H A D | lli.cpp | 709 std::unique_ptr<orc::ExecutorProcessControl> EPC = ExitOnErr(launchRemote()); in main() local 1025 std::unique_ptr<orc::ExecutorProcessControl> EPC = nullptr; in runOrcJIT() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.cpp | 169 VTuneSupportPlugin::Create(ExecutorProcessControl &EPC, JITDylib &JD, in Create()
|