Searched refs:hasPDBGlobalsStream (Results 1 – 5 of 5) sorted by relevance
79 if (File.isPdb() && File.pdb().hasPDBGlobalsStream()) { in mark()
261 P.formatLine("Has Globals: {0}", getPdb().hasPDBGlobalsStream()); in dumpFileSummary()669 if (File.isPdb() && !getPdb().hasPDBGlobalsStream()) { in dumpUdtStats()1581 if (!getPdb().hasPDBGlobalsStream()) { in dumpGlobals()
111 bool hasPDBGlobalsStream();
415 bool PDBFile::hasPDBGlobalsStream() { in hasPDBGlobalsStream() function in PDBFile
976 if (Pdb.hasPDBGlobalsStream()) { in createScopes()