Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h73 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
132 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
DLLJIT.h46 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
DCore.h808 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h74 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
138 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() function
DMachOPlatform.h98 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
DLLJIT.h62 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() function
DCore.h909 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() function
1495 inline ExecutionSession &MaterializationResponsibility::getExecutionSession() { in getExecutionSession() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp150 ExecutionSession &getExecutionSession() { return J.getExecutionSession(); } in getExecutionSession() function in __anon266705120111::GenericLLVMIRPlatformSupport