Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DELFNixPlatform.cpp139 {EPC.getJITDispatchInfo().JITDispatchFunction.getValue(), in Create()
142 {EPC.getJITDispatchInfo().JITDispatchContext.getValue(), in Create()
DCOFFPlatform.cpp189 {EPC.getJITDispatchInfo().JITDispatchFunction.getValue(), in Create()
192 {EPC.getJITDispatchInfo().JITDispatchContext.getValue(), in Create()
DMachOPlatform.cpp297 {EPC.getJITDispatchInfo().JITDispatchFunction.getValue(), in Create()
300 {EPC.getJITDispatchInfo().JITDispatchContext.getValue(), in Create()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h207 const JITDispatchInfo &getJITDispatchInfo() const { return JDI; } in getJITDispatchInfo() function