Home
last modified time | relevance | path

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

12

/freebsd/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.h43 CreateWithDefaultBootstrapSymbols(ExecutorProcessControl &EPC);
47 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager()
85 ExecutorProcessControl &EPC;
H A DEPCGenericRTDyldMemoryManager.h43 CreateWithDefaultBootstrapSymbols(ExecutorProcessControl &EPC);
47 EPCGenericRTDyldMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs);
115 ExecutorProcessControl &EPC;
H A DMemoryMapper.h135 SharedMemoryMapper(ExecutorProcessControl &EPC, SymbolAddrs SAs,
139 Create(ExecutorProcessControl &EPC, SymbolAddrs SAs);
164 ExecutorProcessControl &EPC;
H A DEPCGenericJITLinkMemoryManager.h41 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager()
62 ExecutorProcessControl &EPC;
H A DExecutorProcessControl.h38 class LLVM_ABI ExecutorProcessControl {
49 friend class ExecutorProcessControl; variable
107 ExecutorProcessControl(std::shared_ptr<SymbolStringPool> SSP, in ExecutorProcessControl() function
111 virtual ~ExecutorProcessControl();
H A DEPCDynamicLibrarySearchGenerator.h24 class ExecutorProcessControl; variable
85 ExecutorProcessControl &EPC;
H A DSimpleRemoteEPC.h32 class LLVM_ABI SimpleRemoteEPC : public ExecutorProcessControl,
96 : ExecutorProcessControl(std::move(SSP), std::move(D)) { in SimpleRemoteEPC()
H A DLookupAndRecordAddrs.h64 ExecutorProcessControl &EPC, tpctypes::DylibHandle H,
H A DEPCGenericMemoryAccess.h47 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
205 ExecutorProcessControl &EPC;
H A DLLJIT.h37 class ExecutorProcessControl; variable
316 std::unique_ptr<ExecutorProcessControl> EPC;
340 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl()
H A DSelfExecutorProcessControl.h25 class LLVM_ABI SelfExecutorProcessControl : public ExecutorProcessControl,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.h30 PerfSupportPlugin(ExecutorProcessControl &EPC,
53 Create(ExecutorProcessControl &EPC, JITDylib &JD, bool EmitDebugInfo,
57 ExecutorProcessControl &EPC;
H A DVTuneSupportPlugin.h30 VTuneSupportPlugin(ExecutorProcessControl &EPC, ExecutorAddr RegisterImplAddr, in VTuneSupportPlugin()
47 Create(ExecutorProcessControl &EPC, JITDylib &JD, bool EmitDebugInfo,
51 ExecutorProcessControl &EPC;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp17 ExecutorProcessControl::~ExecutorProcessControl() = default;
H A DLookupAndRecordAddrs.cpp55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
H A DEPCGenericRTDyldMemoryManager.cpp23 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
H A DEPCGenericDylibManager.cpp64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
H A DEPCIndirectionUtils.cpp235 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
339 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils()
H A DSelfExecutorProcessControl.cpp26 : ExecutorProcessControl(std::move(SSP), std::move(D)), in SelfExecutorProcessControl()
H A DMemoryMapper.cpp206 SharedMemoryMapper::SharedMemoryMapper(ExecutorProcessControl &EPC, in SharedMemoryMapper()
215 SharedMemoryMapper::Create(ExecutorProcessControl &EPC, SymbolAddrs SAs) { in Create()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp254 PerfSupportPlugin::PerfSupportPlugin(ExecutorProcessControl &EPC, in PerfSupportPlugin()
285 PerfSupportPlugin::Create(ExecutorProcessControl &EPC, JITDylib &JD, in Create()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h93 Create(orc::ExecutorProcessControl &EPC) { in Create()
H A Dlli.cpp418 Expected<std::unique_ptr<orc::ExecutorProcessControl>> launchRemote();
710 std::unique_ptr<orc::ExecutorProcessControl> EPC = ExitOnErr(launchRemote()); in main()
1027 std::unique_ptr<orc::ExecutorProcessControl> EPC = nullptr; in runOrcJIT()
1205 Expected<std::unique_ptr<orc::ExecutorProcessControl>> launchRemote() { in launchRemote()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h146 createLLJITBuilder(std::unique_ptr<llvm::orc::ExecutorProcessControl> EPC,

12