Lines Matching refs:getNumStreams
84 uint32_t PDBFile::getNumStreams() const { in getNumStreams() function in PDBFile
413 return StreamDBI < getNumStreams() && getStreamByteSize(StreamDBI) > 0; in hasPDBDbiStream()
423 return DbiS->getGlobalSymbolStreamIndex() < getNumStreams(); in hasPDBGlobalsStream()
426 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream()
432 if (StreamIPI >= getNumStreams()) in hasPDBIpiStream()
445 return DbiS->getPublicSymbolStreamIndex() < getNumStreams(); in hasPDBPublicsStream()
452 return DbiS->getSymRecordStreamIndex() < getNumStreams(); in hasPDBSymbolStream()
455 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream()
466 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
479 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
489 if (StreamIndex >= getNumStreams()) in safelyCreateIndexedStream()