Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager() argument
60 ExecutorProcessControl &EPC; variable
H A DEPCIndirectionUtils.h151 ExecutorProcessControl &EPC; variable
216 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
H A DEPCGenericDylibManager.h46 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager()
H A DEPCGenericMemoryAccess.h39 EPCGenericMemoryAccess(ExecutorProcessControl & EPC,FuncAddrs FAs) EPCGenericMemoryAccess() argument
[all...]
H A DLLJIT.h315 std::unique_ptr<ExecutorProcessControl> EPC; variable
339 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl()
H A DEPCGenericRTDyldMemoryManager.h113 ExecutorProcessControl &EPC; variable
H A DMemoryMapper.h162 ExecutorProcessControl &EPC; variable
H A DCore.h1858 std::unique_ptr<ExecutorProcessControl> EPC; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp82 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 DEPCDebugObjectRegistrar.cpp22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar() local
H A DEPCEHFrameRegistrar.cpp27 auto &EPC = ES.getExecutorProcessControl(); Create() local
H A DEPCGenericRTDyldMemoryManager.cpp24 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
H A DLookupAndRecordAddrs.cpp55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs() argument
H A DEPCGenericDylibManager.cpp64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
H A DMemoryMapper.cpp197 SharedMemoryMapper::SharedMemoryMapper(ExecutorProcessControl &EPC, in SharedMemoryMapper()
206 SharedMemoryMapper::Create(ExecutorProcessControl &EPC, SymbolAddrs SAs) { in Create()
H A DELFNixPlatform.cpp115 auto &EPC = ES.getExecutorProcessControl(); Create() local
H A DCOFFPlatform.cpp174 auto &EPC = ES.getExecutorProcessControl(); in Create() local
H A DLLJIT.cpp989 if (auto EPC = SelfExecutorProcessControl::Create()) { in LLJIT() local
H A DMachOPlatform.cpp306 auto &EPC = ES.getExecutorProcessControl(); in Create() local
H A DCore.cpp1604 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h29 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h93 Create(orc::ExecutorProcessControl &EPC) { in Create()
H A Dlli.cpp709 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 DVTuneSupportPlugin.cpp169 VTuneSupportPlugin::Create(ExecutorProcessControl &EPC, JITDylib &JD, in Create()