Home
last modified time | relevance | path

Searched refs:getJITDispatchInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDELFNixPlatform.cpp143 {EPC.getJITDispatchInfo().JITDispatchFunction, in Create()
146 {EPC.getJITDispatchInfo().JITDispatchContext, in Create()
HDCOFFPlatform.cpp205 {EPC.getJITDispatchInfo().JITDispatchFunction, in Create()
208 {EPC.getJITDispatchInfo().JITDispatchContext, in Create()
HDMachOPlatform.cpp319 {EPC.getJITDispatchInfo().JITDispatchFunction, in Create()
322 {EPC.getJITDispatchInfo().JITDispatchContext, in Create()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDExecutorProcessControl.h218 const JITDispatchInfo &getJITDispatchInfo() const { return JDI; } in getJITDispatchInfo() function