Home
last modified time | relevance | path

Searched refs:callAsync (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h296 callAsync(std::forward<HandlerT>(H), std::move(SendResult), std::move(Args), in applyAsync()
310 static void callAsync(HandlerT &&H, in callAsync() function
475 static void callAsync(AsyncCallerFn &&Caller, in callAsync() function
563 static void callAsync(AsyncCallerFn &&Caller, in callAsync() function
566 WrapperFunction<SPSEmpty(SPSTagTs...)>::callAsync( in callAsync()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DWrapperFunctionUtilsTest.cpp158 WrapperFunction<void()>::callAsync(asyncFailingWrapperCaller, [](Error Err) { in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h316 shared::WrapperFunction<SPSSignature>::callAsync( in callSPSWrapperAsync()