Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 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.h966 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1767 MaterializationResponsibility::getExecutionSession() const { in getExecutionSession() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp155 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anon97b4e7eb0111::GenericLLVMIRPlatformSupport