Searched refs:hasPDBTpiStream (Results 1 – 5 of 5) sorted by relevance
118 bool hasPDBTpiStream() const;
343 return pdb().hasPDBTpiStream(); in hasTypes()
258 P.formatLine("Has Types: {0}", getPdb().hasPDBTpiStream()); in dumpFileSummary()1438 Present = getPdb().hasPDBTpiStream(); in dumpTpiStream()
1307 if (File.hasPDBTpiStream()) { in mergePdbs()
456 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream() function in PDBFile