Home
last modified time | relevance | path

Searched refs:ExecutorProcessControl (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h26 class ExecutorProcessControl; variable
81 CreateWithABI(ExecutorProcessControl &EPC);
85 Create(ExecutorProcessControl &EPC);
94 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl()
145 EPCIndirectionUtils(ExecutorProcessControl &EPC,
151 ExecutorProcessControl &EPC;
216 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
H A DEPCGenericDylibManager.h42 CreateWithDefaultBootstrapSymbols(ExecutorProcessControl &EPC);
46 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager()
61 ExecutorProcessControl &EPC;
H A DEPCGenericMemoryAccess.h26 class EPCGenericMemoryAccess : public ExecutorProcessControl::MemoryAccess {
40 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
86 ExecutorProcessControl &EPC;
H A DEPCGenericRTDyldMemoryManager.h41 CreateWithDefaultBootstrapSymbols(ExecutorProcessControl &EPC);
45 EPCGenericRTDyldMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs);
113 ExecutorProcessControl &EPC;
H A DExecutorProcessControl.h38 class ExecutorProcessControl {
49 friend class ExecutorProcessControl; variable
190 ExecutorProcessControl(std::shared_ptr<SymbolStringPool> SSP, in ExecutorProcessControl() function
194 virtual ~ExecutorProcessControl();
417 class InProcessMemoryAccess : public ExecutorProcessControl::MemoryAccess {
445 class UnsupportedExecutorProcessControl : public ExecutorProcessControl,
452 : ExecutorProcessControl(
493 class SelfExecutorProcessControl : public ExecutorProcessControl,
H A DMemoryMapper.h134 SharedMemoryMapper(ExecutorProcessControl &EPC, SymbolAddrs SAs,
138 Create(ExecutorProcessControl &EPC, SymbolAddrs SAs);
162 ExecutorProcessControl &EPC;
H A DEPCDynamicLibrarySearchGenerator.h23 class ExecutorProcessControl; variable
68 ExecutorProcessControl &EPC;
H A DEPCGenericJITLinkMemoryManager.h39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager()
60 ExecutorProcessControl &EPC;
H A DLLJIT.h33 class ExecutorProcessControl; variable
314 std::unique_ptr<ExecutorProcessControl> EPC;
336 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl()
463 SetterImpl &setExecutorProcessControl(ExecutorProcessControl &EPC) { in setExecutorProcessControl()
H A DSimpleRemoteEPC.h31 class SimpleRemoteEPC : public ExecutorProcessControl,
99 : ExecutorProcessControl(std::move(SSP), std::move(D)) {} in SimpleRemoteEPC()
H A DLookupAndRecordAddrs.h63 ExecutorProcessControl &EPC, tpctypes::DylibHandle H,
H A DCore.h1414 ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC);
1426 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } in getExecutorProcessControl()
1790 std::unique_ptr<ExecutorProcessControl> EPC;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.h29 PerfSupportPlugin(ExecutorProcessControl &EPC,
52 Create(ExecutorProcessControl &EPC, JITDylib &JD, bool EmitDebugInfo,
56 ExecutorProcessControl &EPC;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp44 ExecutorProcessControl::LookupRequest> {
49 static size_t size(const ExecutorProcessControl::LookupRequest &LR) { in size()
54 const ExecutorProcessControl::LookupRequest &LR) { in serialize()
64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
H A DExecutorProcessControl.cpp24 ExecutorProcessControl::MemoryAccess::~MemoryAccess() = default;
26 ExecutorProcessControl::~ExecutorProcessControl() = default;
32 : ExecutorProcessControl(std::move(SSP), std::move(D)), in SelfExecutorProcessControl()
H A DLookupAndRecordAddrs.cpp55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
63 ExecutorProcessControl::LookupRequest LR(H, Symbols); in lookupAndRecordAddrs()
H A DEPCDynamicLibrarySearchGenerator.cpp44 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate()
H A DEPCGenericRTDyldMemoryManager.cpp24 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
H A DEPCIndirectionUtils.cpp235 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
338 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils()
H A DMemoryMapper.cpp193 SharedMemoryMapper::SharedMemoryMapper(ExecutorProcessControl &EPC, in SharedMemoryMapper()
202 SharedMemoryMapper::Create(ExecutorProcessControl &EPC, SymbolAddrs SAs) { in Create()
H A DSimpleRemoteEPC.cpp212 Expected<std::unique_ptr<ExecutorProcessControl::MemoryAccess>>
H A DCore.cpp1927 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h93 Create(orc::ExecutorProcessControl &EPC) { in Create()
H A Dlli.cpp419 Expected<std::unique_ptr<orc::ExecutorProcessControl>> launchRemote();
711 std::unique_ptr<orc::ExecutorProcessControl> EPC = ExitOnErr(launchRemote()); in main()
1027 std::unique_ptr<orc::ExecutorProcessControl> EPC = nullptr; in runOrcJIT()
1210 Expected<std::unique_ptr<orc::ExecutorProcessControl>> launchRemote() { in launchRemote()

12