Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h76 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
142 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
H A DLinkGraphLayer.h33 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
H A DCOFFPlatform.h57 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DELFNixPlatform.h120 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DExecutorProcessControl.h115 ExecutionSession &getExecutionSession() { in getExecutionSession() function
H A DLLJIT.h67 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
H A DMachOPlatform.h157 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DCore.h921 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1860 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