|
LLVM 22.0.0git
|
Encapsulates calls via EPC to a specific function, using the given serialization scheme. More...
#include "llvm/ExecutionEngine/Orc/CallViaEPC.h"
Public Member Functions | |
| EPCCall (ExecutorProcessControl &EPC, Serializer &&S, ExecutorSymbolDef Fn) | |
| template<typename PromiseOrHandlerT, typename... ArgTs> | |
| decltype(auto) | operator() (PromiseOrHandlerT &&R, ArgTs &&...Args) |
Encapsulates calls via EPC to a specific function, using the given serialization scheme.
Definition at line 128 of file CallViaEPC.h.
|
inline |
Definition at line 130 of file CallViaEPC.h.
References llvm::move().
|
inline |
Definition at line 141 of file CallViaEPC.h.