Searched refs:StreamLayout (Results 1 – 3 of 3) sorted by relevance
76 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); } in getNumBlocks()77 uint32_t getStreamLength() const { return StreamLayout.Length; } in getStreamLength()80 MappedBlockStream(uint32_t BlockSize, const MSFStreamLayout &StreamLayout,84 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout()92 const MSFStreamLayout StreamLayout; variable151 const MSFStreamLayout &StreamLayout,
50 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream()177 if (StreamLayout.Blocks[Last] != StreamLayout.Blocks[Last + 1] - 1) in readLongestContiguousChunk()188 uint32_t MsfOffset = blockToOffset(StreamLayout.Blocks[First], BlockSize); in readLongestContiguousChunk()197 uint32_t MappedBlockStream::getLength() { return StreamLayout.Length; } in getLength()217 uint32_t E = StreamLayout.Blocks[BlockNum]; in tryReadContiguously()219 if (StreamLayout.Blocks[I + BlockNum] != E) in tryReadContiguously()229 uint32_t FirstBlockAddr = StreamLayout.Blocks[BlockNum]; in tryReadContiguously()253 uint32_t StreamBlockAddr = StreamLayout.Blocks[BlockNum]; in readBytes()
249 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) { in formatMsfStreamBlocks() argument250 auto Blocks = makeArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks()251 uint32_t L = StreamLayout.Length; in formatMsfStreamBlocks()