LLVM: llvm::orc::ExecutorProcessControl::IncomingWFRHandler Class Reference (original) (raw)

A handler or incoming WrapperFunctionResults – either return values from callWrapper* calls, or incoming JIT-dispatch requests. More...

#include "[llvm/ExecutionEngine/Orc/ExecutorProcessControl.h](ExecutorProcessControl%5F8h%5Fsource.html)"

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.

llvm::orc::ExecutorProcessControl::IncomingWFRHandler::IncomingWFRHandler ( ) default

operator bool()

llvm::orc::ExecutorProcessControl::IncomingWFRHandler::operator bool ( ) const inlineexplicit

operator()()

ExecutorProcessControl


The documentation for this class was generated from the following file: