Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1396 using SendResultFunction = unique_function<void(shared::WrapperFunctionResult)>; variable
1404 SendResultFunction SendResult,
1662 SendResultFunction SendResult, in wrapAsyncWithSPS()
1700 void runJITDispatchHandler(SendResultFunction SendResult,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2261 void ExecutionSession::runJITDispatchHandler(SendResultFunction SendResult, in runJITDispatchHandler()