Home
last modified time | relevance | path

Searched refs:getGlobalScope (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DNativeSymbolReuseTest.cpp41 auto GS1 = S->getGlobalScope(); in TEST()
42 auto GS2 = S->getGlobalScope(); in TEST()
50 auto GS3 = S->getGlobalScope(); in TEST()
66 auto GS = S->getGlobalScope(); in TEST()
108 auto GS = S->getGlobalScope(); in TEST()
H A DPDBApiTest.cpp69 std::unique_ptr<PDBSymbolExe> getGlobalScope() override { return nullptr; } in getGlobalScope() function in __anonb072cdf30111::MockSession
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h53 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp211 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1052 auto global = symbol_file->GetPDBSession().getGlobalScope(); in GetDeclContextContainingSymbol()
1109 auto global_up = session.getGlobalScope(); in ParseDeclsForDeclContext()
H A DSymbolFilePDB.cpp202 m_global_scope_up = m_session_up->getGlobalScope(); in InitializeObject()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp120 auto global = session.getGlobalScope(); in GetGlobalConstantInteger()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1042 auto GlobalScope = Session->getGlobalScope(); in dumpDia()
1099 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()