class ExecutorProcessControl::IncomingWFRHandler
Declaration
class ExecutorProcessControl::IncomingWFRHandler { /* full declaration omitted */ };
Description
A handler or incoming WrapperFunctionResults -- either return values from callWrapper* calls, or incoming JIT-dispatch requests. IncomingWFRHandlers are constructible from unique_function <void (shared::WrapperFunctionResult)>s using the runInPlace function or a RunWithDispatch object.
Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:48
Member Variables
- private unique_function<void( shared::WrapperFunctionResult)> H
Method Overview
- public IncomingWFRHandler()
- private template <typename FnT> IncomingWFRHandler(FnT && Fn)
- public bool operator bool() const
Methods
¶IncomingWFRHandler()
IncomingWFRHandler()
Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:51
¶template <typename FnT>
IncomingWFRHandler(FnT&& Fn)
template <typename FnT>
IncomingWFRHandler(FnT&& Fn)
Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:55
Templates
- FnT
Parameters
- FnT&& Fn
¶bool operator bool() const
bool operator bool() const
Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:52