LLVM: llvm::orc::EPCCall< Serializer > Class Template Reference (original) (raw)

Encapsulates calls via EPC to a specific function, using the given serialization scheme. More...

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

Public Member Functions
EPCCall (ExecutorProcessControl &EPC, Serializer &&S, ExecutorSymbolDef Fn)
template<typename PromiseOrHandlerT, typename... ArgTs>
decltype(auto) operator() (PromiseOrHandlerT &&R, ArgTs &&...Args)

template
class llvm::orc::EPCCall< Serializer >

Encapsulates calls via EPC to a specific function, using the given serialization scheme.

Definition at line 128 of file CallViaEPC.h.

template

operator()()

template

template<typename PromiseOrHandlerT, typename... ArgTs>

decltype(auto) llvm::orc::EPCCall< Serializer >::operator() ( PromiseOrHandlerT && R, ArgTs &&... Args ) inline

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