HomeSort by: relevance | last modified time | path
    Searched refs:StreamLayout (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 73 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); }
74 uint32_t getStreamLength() const { return StreamLayout.Length; }
77 MappedBlockStream(uint32_t BlockSize, const MSFStreamLayout &StreamLayout,
81 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; }
89 const MSFStreamLayout StreamLayout;
148 const MSFStreamLayout &StreamLayout,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp 49 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData),
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];
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 247 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) {
248 auto Blocks = makeArrayRef(StreamLayout.Blocks);
249 uint32_t L = StreamLayout.Length;

Completed in 16 milliseconds