Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1371 using SendResultFunction = unique_function<void(shared::WrapperFunctionResult)>; variable
1379 SendResultFunction SendResult,
1619 SendResultFunction SendResult, in wrapAsyncWithSPS()
1658 runJITDispatchHandler(SendResultFunction SendResult,
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2217 SendResultFunction SendResult, JITTargetAddress HandlerFnTagAddr, in runJITDispatchHandler()