reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
113 bool hasPDBGlobalsStream();
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()) {