Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h57 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DELFNixPlatform.h106 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DLLJIT.h63 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
H A DExecutorProcessControl.h198 ExecutionSession &getExecutionSession() { in getExecutionSession() function
H A DMachOPlatform.h150 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DCore.h1008 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1888 MaterializationResponsibility::getExecutionSession() const { in getExecutionSession() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp155 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anonc48a5abb0111::GenericLLVMIRPlatformSupport