Home
last modified time | relevance | path

Searched refs:SendResultFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1368 using SendResultFunction = unique_function<void(shared::WrapperFunctionResult)>; variable
1373 SendResultFunction SendResult,
1667 return [H = std::forward<HandlerT>(H)](SendResultFunction SendResult, in wrapAsyncWithSPS()
1706 LLVM_ABI void runJITDispatchHandler(SendResultFunction SendResult,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1937 void ExecutionSession::runJITDispatchHandler(SendResultFunction SendResult, in runJITDispatchHandler()