|
LLVM 22.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 |
|
inlinestatic |
Definition at line 565 of file WrapperFunctionUtils.h.
References callAsync(), and E().
Referenced by callAsync().