/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.h | 39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager() 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 | 40 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
|
H A D | LLJIT.h | 315 std::unique_ptr<ExecutorProcessControl> EPC; global() variable 339 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) setExecutorProcessControl() argument
|
H A D | EPCGenericRTDyldMemoryManager.h | 113 ExecutorProcessControl &EPC; variable
|
H A D | MemoryMapper.h | 162 ExecutorProcessControl &EPC; variable
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | LLJITWithRemoteDebugging.cpp | 149 std::unique_ptr<SimpleRemoteEPC> EPC; in main() local 215 ExecutorProcessControl &EPC = in main() local
|
H A D | RemoteJITUtils.cpp | 131 auto EPC = SimpleRemoteEPC::Create<FDSimpleRemoteEPCTransport>( launchLocalExecutor() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.h | 29 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin()
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCDebugObjectRegistrar.cpp | 22 if (auto D = EPC.getDylibMgr().loadDylib(nullptr)) in createJITLoaderGDBRegistrar() local
|
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() argument 338 EPCIndirectionUtils(ExecutorProcessControl & EPC,std::unique_ptr<ABISupport> ABI) EPCIndirectionUtils() argument [all...] |
H A D | EPCGenericRTDyldMemoryManager.cpp | 39 : EPC(EPC), SAs(std::move(SAs)) { in EPCGenericRTDyldMemoryManager() argument 24 CreateWithDefaultBootstrapSymbols(ExecutorProcessControl & EPC) CreateWithDefaultBootstrapSymbols() argument [all...] |
H A D | LookupAndRecordAddrs.cpp | 55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs() argument
|
H A D | EPCGenericDylibManager.cpp | 64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols() argument
|
H A D | MemoryMapper.cpp | 197 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 D | KaleidoscopeJIT.h | 70 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 65 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 72 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 88 auto EPC = SelfExecutorProcessControl::Create(); Create() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | PerfSupportPlugin.cpp | 255 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 D | LLJITWithExecutorProcessControl.cpp | 134 auto EPC = ExitOnErr(SelfExecutorProcessControl::Create()); in main() local
|
/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 93 Create(orc::ExecutorProcessControl &EPC) { in Create()
|
/llvm-project/llvm/examples/SpeculativeJIT/ |
H A D | SpeculativeJIT.cpp | 52 auto EPC = SelfExecutorProcessControl::Create( Create() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 173 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|