reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/MSF/MappedBlockStream.h
   75   uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); }
   76   uint32_t getStreamLength() const { return StreamLayout.Length; }
   83   const MSFStreamLayout &getStreamLayout() const { return StreamLayout; }
lib/DebugInfo/MSF/MappedBlockStream.cpp
  176     if (StreamLayout.Blocks[Last] != StreamLayout.Blocks[Last + 1] - 1)
  176     if (StreamLayout.Blocks[Last] != StreamLayout.Blocks[Last + 1] - 1)
  187   uint32_t MsfOffset = blockToOffset(StreamLayout.Blocks[First], BlockSize);
  196 uint32_t MappedBlockStream::getLength() { return StreamLayout.Length; }
  216   uint32_t E = StreamLayout.Blocks[BlockNum];
  218     if (StreamLayout.Blocks[I + BlockNum] != E)
  228   uint32_t FirstBlockAddr = StreamLayout.Blocks[BlockNum];
  252     uint32_t StreamBlockAddr = StreamLayout.Blocks[BlockNum];