Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1378 using JITDispatchHandlerFunction = unique_function<void( variable
1385 DenseMap<SymbolStringPtr, JITDispatchHandlerFunction>;
1617 static JITDispatchHandlerFunction wrapAsyncWithSPS(HandlerT &&H) { in wrapAsyncWithSPS()
1634 static JITDispatchHandlerFunction
1762 DenseMap<JITTargetAddress, std::shared_ptr<JITDispatchHandlerFunction>>
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2207 std::make_shared<JITDispatchHandlerFunction>(std::move(I->second)); in registerJITDispatchHandlers()
2220 std::shared_ptr<JITDispatchHandlerFunction> F; in runJITDispatchHandler()