Searched refs:getStreamBlockList (Results 1 – 10 of 10) sorted by relevance
24 return File.getStreamBlockList(StreamIdx); in getStreamBlocks()
70 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile
31 getStreamBlockList(uint32_t StreamIndex) const = 0;
34 getStreamBlockList(uint32_t StreamIndex) const = 0;
88 getStreamBlockList(uint32_t StreamIndex) const override;
67 getStreamBlockList(uint32_t StreamIndex) const override;
98 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile246 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout()
59 getStreamBlockList(uint32_t StreamIndex) const override { in getStreamBlockList() function in __anon4eca534c0111::DiscontiguousFile
245 auto StreamBlocks = File.getStreamBlockList(StreamIdx); in dumpStreamBlocks()
350 auto Blocks = getPdb().getStreamBlockList(StreamIdx); in dumpStreamSummary()