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.h1444 using SendResultFunction = unique_function<void(shared::WrapperFunctionResult)>; variable
1449 SendResultFunction SendResult,
1701 SendResultFunction SendResult, in wrapAsyncWithSPS()
1739 void runJITDispatchHandler(SendResultFunction SendResult,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1942 void ExecutionSession::runJITDispatchHandler(SendResultFunction SendResult, in runJITDispatchHandler()