Home
last modified time | relevance | path

Searched refs:StreamLayout (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h73 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); } in getNumBlocks()
74 uint32_t getStreamLength() const { return StreamLayout.Length; } in getStreamLength()
77 MappedBlockStream(uint32_t BlockSize, const MSFStreamLayout &StreamLayout,
81 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout()
89 const MSFStreamLayout StreamLayout; variable
148 const MSFStreamLayout &StreamLayout,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp47 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream()
174 if (StreamLayout.Blocks[Last] != StreamLayout.Blocks[Last + 1] - 1) in readLongestContiguousChunk()
185 uint64_t MsfOffset = blockToOffset(StreamLayout.Blocks[First], BlockSize); in readLongestContiguousChunk()
194 uint64_t MappedBlockStream::getLength() { return StreamLayout.Length; }
214 uint64_t E = StreamLayout.Blocks[BlockNum]; in tryReadContiguously()
216 if (StreamLayout.Blocks[I + BlockNum] != E) in tryReadContiguously()
226 uint64_t FirstBlockAddr = StreamLayout.Blocks[BlockNum]; in tryReadContiguously()
250 uint64_t StreamBlockAddr = StreamLayout.Blocks[BlockNum]; in readBytes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp253 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) { in formatMsfStreamBlocks() argument
254 auto Blocks = ArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks()
255 uint64_t L = StreamLayout.Length; in formatMsfStreamBlocks()