Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCore.cpp1924 if (JITDispatchHandlers.count(TagAddr)) in registerJITDispatchHandlers()
1932 JITDispatchHandlers[KV.second.getAddress()] = in registerJITDispatchHandlers()
1949 auto I = JITDispatchHandlers.find(HandlerFnTagAddr); in runJITDispatchHandler()
1950 if (I != JITDispatchHandlers.end()) in runJITDispatchHandler()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h1875 JITDispatchHandlers; variable