|
LLVM 22.0.0git
|
Encapsulates calls via EPC to any function that's compatible with the given serialization scheme. More...
#include "llvm/ExecutionEngine/Orc/CallViaEPC.h"
Public Member Functions | |
| EPCCaller (ExecutorProcessControl &EPC, Serializer &&S) | |
| template<typename PromiseOrHandlerT, typename... ArgTs> | |
| decltype(auto) | operator() (PromiseOrHandlerT &&R, ExecutorSymbolDef Fn, ArgTs &&...Args) |
Encapsulates calls via EPC to any function that's compatible with the given serialization scheme.
Definition at line 102 of file CallViaEPC.h.
|
inline |
Definition at line 104 of file CallViaEPC.h.
References llvm::move().
|
inline |
Definition at line 115 of file CallViaEPC.h.
References llvm::orc::callViaEPC().