Searched refs:StreamNum (Results 1 – 3 of 3) sorted by relevance
285 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::SectionHdr); in initializeSectionHeadersData() local286 if (StreamNum >= Pdb.getNumStreams()) in initializeSectionHeadersData()289 auto SHS = MappedBlockStream::createIndexedStream(StreamNum, Pdb); in initializeSectionHeadersData()310 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::NewFPO); in initializeFpoRecords() local313 if (StreamNum == InvalidStreamIndex) in initializeFpoRecords()316 if (StreamNum >= Pdb.getNumStreams()) in initializeFpoRecords()319 auto FS = MappedBlockStream::createIndexedStream(StreamNum, Pdb); in initializeFpoRecords()
334 uint32_t StreamNum = getDebugStreamIndex(Type); in createIndexedStreamForHeaderType() local337 if (StreamNum == kInvalidStreamIndex) in createIndexedStreamForHeaderType()340 return Pdb->safelyCreateIndexedStream(StreamNum); in createIndexedStreamForHeaderType()