LLVM 20.0.0git
|
A handler or incoming WrapperFunctionResults – either return values from callWrapper* calls, or incoming JIT-dispatch requests. More...
#include "llvm/ExecutionEngine/Orc/ExecutorProcessControl.h"
Public Member Functions | |
IncomingWFRHandler ()=default | |
operator bool () const | |
void | operator() (shared::WrapperFunctionResult WFR) |
Friends | |
class | ExecutorProcessControl |
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.
Definition at line 48 of file ExecutorProcessControl.h.
|
default |
|
inlineexplicit |
Definition at line 52 of file ExecutorProcessControl.h.
References H.
|
inline |
Definition at line 53 of file ExecutorProcessControl.h.
References H.
|
friend |
Definition at line 49 of file ExecutorProcessControl.h.