Home
last modified time | relevance | path

Searched defs:getExecutionSession (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h75 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
141 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
H A DCOFFPlatform.h49 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DMachOPlatform.h85 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DELFNixPlatform.h100 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DLLJIT.h62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
H A DExecutorProcessControl.h187 ExecutionSession &getExecutionSession() { in getExecutionSession() function
H A DCore.h981 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1791 MaterializationResponsibility::getExecutionSession() const { in getExecutionSession() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp204 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anonafc103b20111::GenericLLVMIRPlatformSupport