reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/DebugInfo/PDB/Native/NativeSession.cpp
   87 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() {
unittests/DebugInfo/PDB/PDBApiTest.cpp
   69   std::unique_ptr<PDBSymbolExe> getGlobalScope() override { return nullptr; }

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
 1030   auto global = symbol_file->GetPDBSession().getGlobalScope();
 1086   auto global_up = session.getGlobalScope();
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  191     m_global_scope_up = m_session_up->getGlobalScope();
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1013   auto GlobalScope = Session->getGlobalScope();
 1070   auto GlobalScope(Session->getGlobalScope());
unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp
   38     auto GS1 = S->getGlobalScope();
   39     auto GS2 = S->getGlobalScope();
   47     auto GS3 = S->getGlobalScope();
   63   auto GS = S->getGlobalScope();
  105   auto GS = S->getGlobalScope();