Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h26 class ExecutorProcessControl; variable
83 CreateWithABI(ExecutorProcessControl &EPC);
87 Create(ExecutorProcessControl &EPC);
90 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl()
143 EPCIndirectionUtils(ExecutorProcessControl &EPC,
149 ExecutorProcessControl &EPC;
214 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
H A DExecutorProcessControl.h38 class ExecutorProcessControl {
120 virtual ~ExecutorProcessControl();
194 ExecutorProcessControl(std::shared_ptr<SymbolStringPool> SSP) in ExecutorProcessControl() function
209 class UnsupportedExecutorProcessControl : public ExecutorProcessControl {
214 : ExecutorProcessControl(SSP ? std::move(SSP)
245 : public ExecutorProcessControl,
246 private ExecutorProcessControl::MemoryAccess {
H A DEPCDynamicLibrarySearchGenerator.h23 class ExecutorProcessControl; variable
60 ExecutorProcessControl &EPC;
H A DLLJIT.h32 class ExecutorProcessControl; variable
263 std::unique_ptr<ExecutorProcessControl> EPC;
282 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl()
370 SetterImpl &setExecutorProcessControl(ExecutorProcessControl &EPC) { in setExecutorProcessControl()
H A DCore.h1294 ExecutorProcessControl::SendResultFunction SendResult,
1304 ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC);
1311 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } in getExecutorProcessControl()
1465 void callWrapperAsync(ExecutorProcessControl::SendResultFunction OnComplete, in callWrapperAsync()
1495 WrapperFnAddr](ExecutorProcessControl::SendResultFunction SendResult, in callSPSWrapperAsync()
1528 ExecutorProcessControl::SendResultFunction SendResult, in wrapAsyncWithSPS()
1567 runJITDispatchHandler(ExecutorProcessControl::SendResultFunction SendResult,
1654 std::unique_ptr<ExecutorProcessControl> EPC;
H A DOrcRPCExecutorProcessControl.h229 class OrcRPCEPCMemoryAccess : public ExecutorProcessControl::MemoryAccess {
277 class OrcRPCExecutorProcessControlBase : public ExecutorProcessControl {
285 : ExecutorProcessControl(std::move(SSP)), in OrcRPCExecutorProcessControlBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp22 ExecutorProcessControl::MemoryAccess::~MemoryAccess() {} in ~MemoryAccess()
24 ExecutorProcessControl::~ExecutorProcessControl() {} in ~ExecutorProcessControl()
29 : ExecutorProcessControl(std::move(SSP)) { in SelfExecutorProcessControl()
H A DEPCDynamicLibrarySearchGenerator.cpp44 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate()
H A DEPCIndirectionUtils.cpp237 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
333 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils()
H A DCore.cpp1805 ExecutionSession::ExecutionSession(std::unique_ptr<ExecutorProcessControl> EPC) in ExecutionSession()
2089 ExecutorProcessControl::SendResultFunction SendResult, in runJITDispatchHandler()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp930 std::unique_ptr<orc::ExecutorProcessControl> EPC = nullptr; in runOrcJIT()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile641 SRCS_EXT+= ExecutionEngine/Orc/ExecutorProcessControl.cpp