Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1448 using JITDispatchHandlerFunction = unique_function<void( variable
1455 DenseMap<SymbolStringPtr, JITDispatchHandlerFunction>;
1699 static JITDispatchHandlerFunction wrapAsyncWithSPS(HandlerT &&H) { in wrapAsyncWithSPS()
1716 static JITDispatchHandlerFunction
1874 DenseMap<ExecutorAddr, std::shared_ptr<JITDispatchHandlerFunction>>
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1933 std::make_shared<JITDispatchHandlerFunction>(std::move(I->second)); in registerJITDispatchHandlers()
1946 std::shared_ptr<JITDispatchHandlerFunction> F; in runJITDispatchHandler()