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

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFile.h
  113   bool hasPDBGlobalsStream();

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
  260   P.formatLine("Has Globals: {0}", getPdb().hasPDBGlobalsStream());
  773   if (File.isPdb() && !getPdb().hasPDBGlobalsStream()) {
 1681   if (!getPdb().hasPDBGlobalsStream()) {
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   76   if (File.isPdb() && File.pdb().hasPDBGlobalsStream()) {