Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp143 {EPC.getJITDispatchInfo().JITDispatchFunction, in Create()
146 {EPC.getJITDispatchInfo().JITDispatchContext, in Create()
H A DCOFFPlatform.cpp205 {EPC.getJITDispatchInfo().JITDispatchFunction, in Create()
208 {EPC.getJITDispatchInfo().JITDispatchContext, in Create()
H A DMachOPlatform.cpp319 {EPC.getJITDispatchInfo().JITDispatchFunction, in Create()
322 {EPC.getJITDispatchInfo().JITDispatchContext, in Create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h218 const JITDispatchInfo &getJITDispatchInfo() const { return JDI; } in getJITDispatchInfo() function