Lines Matching refs:getNumStreams
85 uint32_t PDBFile::getNumStreams() const { in getNumStreams() function in PDBFile
414 return StreamDBI < getNumStreams() && getStreamByteSize(StreamDBI) > 0; in hasPDBDbiStream()
424 return DbiS->getGlobalSymbolStreamIndex() < getNumStreams(); in hasPDBGlobalsStream()
427 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream()
433 if (StreamIPI >= getNumStreams()) in hasPDBIpiStream()
446 return DbiS->getPublicSymbolStreamIndex() < getNumStreams(); in hasPDBPublicsStream()
453 return DbiS->getSymRecordStreamIndex() < getNumStreams(); in hasPDBSymbolStream()
456 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream()
467 assert(*ExpectedNSI < getNumStreams()); in hasPDBStringTable()
480 assert(*ExpectedNSI < getNumStreams()); in hasPDBInjectedSourceStream()
490 if (StreamIndex >= getNumStreams()) in safelyCreateIndexedStream()