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

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFile.h
  102   Expected<GlobalsStream &> getPDBGlobalsStream();

References

lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
   26   GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream());
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
   51   ASSIGN_PTR_OR_RETURN(result->m_globals, file->getPDBGlobalsStream());
tools/llvm-pdbutil/DumpOutputStyle.cpp
  825     auto ExpGlobals = getPdb().getPDBGlobalsStream();
 1688   auto &Globals = Err(getPdb().getPDBGlobalsStream());
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   78     GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream());