Searched refs:getStreamBlockList (Results 1 – 4 of 4) sorted by relevance
30 getStreamBlockList(uint32_t StreamIndex) const = 0;
65 getStreamBlockList(uint32_t StreamIndex) const override;
97 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile246 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout()
372 auto Blocks = getPdb().getStreamBlockList(StreamIdx); in dumpStreamSummary()