Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
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,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h75 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); } in getNumBlocks()
76 uint32_t getStreamLength() const { return StreamLayout.Length; } in getStreamLength()
79 MappedBlockStream(uint32_t BlockSize, const MSFStreamLayout &StreamLayout,
83 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout()
91 const MSFStreamLayout StreamLayout; variable
150 const MSFStreamLayout &StreamLayout,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp49 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream()
176 if (StreamLayout.Blocks[Last] != StreamLayout.Blocks[Last + 1] - 1) in readLongestContiguousChunk()
187 uint32_t MsfOffset = blockToOffset(StreamLayout.Blocks[First], BlockSize); in readLongestContiguousChunk()
196 uint32_t MappedBlockStream::getLength() { return StreamLayout.Length; } in getLength()
216 uint32_t E = StreamLayout.Blocks[BlockNum]; in tryReadContiguously()
218 if (StreamLayout.Blocks[I + BlockNum] != E) in tryReadContiguously()
228 uint32_t FirstBlockAddr = StreamLayout.Blocks[BlockNum]; in tryReadContiguously()
252 uint32_t StreamBlockAddr = StreamLayout.Blocks[BlockNum]; in readBytes()
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp49 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData), in MappedBlockStream()
176 if (StreamLayout.Blocks[Last] != StreamLayout.Blocks[Last + 1] - 1) in readLongestContiguousChunk()
187 uint32_t MsfOffset = blockToOffset(StreamLayout.Blocks[First], BlockSize); in readLongestContiguousChunk()
196 uint32_t MappedBlockStream::getLength() { return StreamLayout.Length; } in getLength()
216 uint32_t E = StreamLayout.Blocks[BlockNum]; in tryReadContiguously()
218 if (StreamLayout.Blocks[I + BlockNum] != E) in tryReadContiguously()
228 uint32_t FirstBlockAddr = StreamLayout.Blocks[BlockNum]; in tryReadContiguously()
252 uint32_t StreamBlockAddr = StreamLayout.Blocks[BlockNum]; in readBytes()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp247 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) { in formatMsfStreamBlocks() argument
248 auto Blocks = makeArrayRef(StreamLayout.Blocks); in formatMsfStreamBlocks()
249 uint32_t L = StreamLayout.Length; in formatMsfStreamBlocks()