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

Encapsulates calls via EPC to any function that's compatible with the given serialization scheme. More...

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

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

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

Encapsulates calls via EPC to any function that's compatible with the given serialization scheme.

Definition at line 102 of file CallViaEPC.h.

template

operator()()

template

template<typename PromiseOrHandlerT, typename... ArgTs>


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