Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1913 if (JITDispatchHandlers.count(TagAddr)) in registerJITDispatchHandlers()
1926 JITDispatchHandlers[TagAddr] = in registerJITDispatchHandlers()
1944 auto I = JITDispatchHandlers.find(HandlerFnTagAddr); in runJITDispatchHandler()
1945 if (I != JITDispatchHandlers.end()) in runJITDispatchHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1843 JITDispatchHandlers; variable