Home
last modified time | relevance | path

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

12

/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()
H A DEPCGenericMemoryAccess.h40 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
H A DLLJIT.h315 std::unique_ptr<ExecutorProcessControl> EPC; global() variable
339 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) setExecutorProcessControl() argument
H A DEPCGenericRTDyldMemoryManager.h113 ExecutorProcessControl &EPC; variable
H A DMemoryMapper.h162 ExecutorProcessControl &EPC; variable
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp149 std::unique_ptr<SimpleRemoteEPC> EPC; in main() local
215 ExecutorProcessControl &EPC = in main() local
H A DRemoteJITUtils.cpp131 auto EPC = SimpleRemoteEPC::Create<FDSimpleRemoteEPCTransport>( launchLocalExecutor() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h29 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin()
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.cpp22 if (auto D = EPC.getDylibMgr().loadDylib(nullptr)) in createJITLoaderGDBRegistrar() local
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() argument
338 EPCIndirectionUtils(ExecutorProcessControl & EPC,std::unique_ptr<ABISupport> ABI) EPCIndirectionUtils() argument
[all...]
H A DEPCGenericRTDyldMemoryManager.cpp39 : EPC(EPC), SAs(std::move(SAs)) { in EPCGenericRTDyldMemoryManager() argument
24 CreateWithDefaultBootstrapSymbols(ExecutorProcessControl & EPC) CreateWithDefaultBootstrapSymbols() argument
[all...]
H A DLookupAndRecordAddrs.cpp55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs() argument
H A DEPCGenericDylibManager.cpp64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols() argument
H A DMemoryMapper.cpp197 SharedMemoryMapper(ExecutorProcessControl & EPC,SymbolAddrs SAs,size_t PageSize) SharedMemoryMapper() argument
206 Create(ExecutorProcessControl & EPC,SymbolAddrs SAs) Create() argument
/llvm-project/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h70 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h65 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h72 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h88 auto EPC = SelfExecutorProcessControl::Create(); Create() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp255 PerfSupportPlugin(ExecutorProcessControl & EPC,ExecutorAddr RegisterPerfStartAddr,ExecutorAddr RegisterPerfEndAddr,ExecutorAddr RegisterPerfImplAddr,bool EmitDebugInfo,bool EmitUnwindInfo) PerfSupportPlugin() argument
286 Create(ExecutorProcessControl & EPC,JITDylib & JD,bool EmitDebugInfo,bool EmitUnwindInfo) Create() argument
[all...]
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp134 auto EPC = ExitOnErr(SelfExecutorProcessControl::Create()); in main() local
/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h93 Create(orc::ExecutorProcessControl &EPC) { in Create()
/llvm-project/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp52 auto EPC = SelfExecutorProcessControl::Create( Create() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h173 auto EPC = SelfExecutorProcessControl::Create(); in Create() local

12