Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager()
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() argument
H A DLLJIT.h314 std::unique_ptr<ExecutorProcessControl> EPC; global() variable
336 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) setExecutorProcessControl() argument
463 setExecutorProcessControl(ExecutorProcessControl & EPC) setExecutorProcessControl() argument
H A DEPCGenericMemoryAccess.h40 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
H A DEPCGenericRTDyldMemoryManager.h113 ExecutorProcessControl &EPC; variable
H A DMemoryMapper.h162 ExecutorProcessControl &EPC; variable
H A DCore.h1790 std::unique_ptr<ExecutorProcessControl> EPC; global() variable
[all...]
/freebsd-src/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 DEPCGenericRTDyldMemoryManager.cpp24 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
H A DEPCGenericDylibManager.cpp64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols() argument
H A DLookupAndRecordAddrs.cpp55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
H A DMemoryMapper.cpp193 SharedMemoryMapper(ExecutorProcessControl & EPC,SymbolAddrs SAs,size_t PageSize) SharedMemoryMapper() argument
202 Create(ExecutorProcessControl & EPC,SymbolAddrs SAs) Create() argument
H A DELFNixPlatform.cpp126 auto &EPC = ES.getExecutorProcessControl(); in Create() local
H A DCOFFPlatform.cpp174 auto &EPC = ES.getExecutorProcessControl(); in Create() local
H A DLLJIT.cpp943 if (auto EPC = SelfExecutorProcessControl::Create()) { LLJIT() local
[all...]
H A DMachOPlatform.cpp270 auto &EPC = ES.getExecutorProcessControl(); Create() local
H A DCore.cpp1927 ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) ExecutionSession() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp255 PerfSupportPlugin::PerfSupportPlugin(ExecutorProcessControl &EPC, in PerfSupportPlugin()
286 PerfSupportPlugin::Create(ExecutorProcessControl &EPC, JITDylib &JD, in Create()
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h93 Create(orc::ExecutorProcessControl &EPC) { in Create() argument
H A Dlli.cpp1027 EPC = ExitOnErr(orc::SelfExecutorProcessControl::Create( in runOrcJIT() local
711 std::unique_ptr<orc::ExecutorProcessControl> EPC = ExitOnErr(launchRemote()); main() local