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