LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h"
Static Public Member Functions | |
template<typename CallerFn , typename... ArgTs> | |
static Error | call (const CallerFn &Caller, const ArgTs &...Args) |
template<typename AsyncCallerFn , typename SendDeserializedResultFn , typename... ArgTs> | |
static void | callAsync (AsyncCallerFn &&Caller, SendDeserializedResultFn &&SendDeserializedResult, const ArgTs &...Args) |
Definition at line 553 of file WrapperFunctionUtils.h.
|
inlinestatic |
Definition at line 558 of file WrapperFunctionUtils.h.
|
inlinestatic |
Definition at line 565 of file WrapperFunctionUtils.h.
References E.