Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp80 std::unique_ptr<PDBSymbolExe> RawSession::getGlobalScope() const { in getGlobalScope() function in RawSession
/external/deqp/framework/randomshaders/
DrsgShader.hpp135 VariableScope &getGlobalScope(void) in getGlobalScope() function in rsg::Shader
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp87 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp66 std::unique_ptr<PDBSymbolExe> getGlobalScope() const override { in getGlobalScope() function in __anon1f6759db0111::MockSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp140 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() const { in getGlobalScope() function in DIASession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp211 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammar.java1788 public AttributeScope getGlobalScope(String name) { in getGlobalScope() method in Grammar