LLVM 22.0.0git
llvm::orc::EPCCall< Serializer > Class Template Reference

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

#include "llvm/ExecutionEngine/Orc/CallViaEPC.h"

Inheritance diagram for llvm::orc::EPCCall< Serializer >:
[legend]

Public Member Functions

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

Detailed Description

template<typename Serializer>
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.

Constructor & Destructor Documentation

◆ EPCCall()

template<typename Serializer>
llvm::orc::EPCCall< Serializer >::EPCCall ( ExecutorProcessControl & EPC,
Serializer && S,
ExecutorSymbolDef Fn )
inline

Definition at line 130 of file CallViaEPC.h.

References llvm::move().

Member Function Documentation

◆ operator()()

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

Definition at line 141 of file CallViaEPC.h.


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