Home
last modified time | relevance | path

Searched defs:getGlobalScope (Results 1 – 10 of 10) 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.hpp103 VariableScope& getGlobalScope (void) { return m_globalScope; } 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 __anonddbf8f8c0111::MockSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp140 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() const { in getGlobalScope() function in DIASession
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp69 std::unique_ptr<PDBSymbolExe> getGlobalScope() override { return nullptr; } in getGlobalScope() function in __anon3ef83b7a0111::MockSession
/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/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp203 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