Searched refs:hasPDBGlobalsStream (Results 1 – 4 of 4) sorted by relevance
76 if (File.isPdb() && File.pdb().hasPDBGlobalsStream()) { in mark()
260 P.formatLine("Has Globals: {0}", getPdb().hasPDBGlobalsStream()); in dumpFileSummary()768 if (File.isPdb() && !getPdb().hasPDBGlobalsStream()) { in dumpUdtStats()1676 if (!getPdb().hasPDBGlobalsStream()) { in dumpGlobals()
113 bool hasPDBGlobalsStream();
417 bool PDBFile::hasPDBGlobalsStream() { in hasPDBGlobalsStream() function in PDBFile