Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DMachOPlatform.h98 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
H A DLLJIT.h62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
H A DCore.h914 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1521 inline ExecutionSession &MaterializationResponsibility::getExecutionSession() { in getExecutionSession() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp150 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anon09f517660111::GenericLLVMIRPlatformSupport