Lines Matching refs:getNumStreams
84 uint32_t PDBFile::getNumStreams() const { in getNumStreams() function in PDBFile
412 return StreamDBI < getNumStreams() && getStreamByteSize(StreamDBI) > 0; in hasPDBDbiStream()
422 return DbiS->getGlobalSymbolStreamIndex() < getNumStreams(); in hasPDBGlobalsStream()
425 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream()
431 if (StreamIPI >= getNumStreams()) in hasPDBIpiStream()
444 return DbiS->getPublicSymbolStreamIndex() < getNumStreams(); in hasPDBPublicsStream()
451 return DbiS->getSymRecordStreamIndex() < getNumStreams(); in hasPDBSymbolStream()
454 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream()
465 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
478 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
488 if (StreamIndex >= getNumStreams()) in safelyCreateIndexedStream()