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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp 56 SegmentOffsets.clear();
57 SegmentOffsets.push_back(0);
122 return SegmentWriter.getOffset() - SegmentOffsets.back();
126 uint32_t SegmentBegin = SegmentOffsets.back();
137 uint32_t SegmentLength = NewSegmentBegin - SegmentOffsets.back();
142 SegmentOffsets.push_back(NewSegmentBegin);
179 // offset specified in the SegmentOffsets array. We now need to iterate
191 // SegmentOffsets[0]: <Length> (Initially: uninitialized)
192 // SegmentOffsets[0]+2: LF_FIELDLIST
193 // SegmentOffsets[0]+4: Member[0
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
ContinuationRecordBuilder.h 34 SmallVector<uint32_t, 4> SegmentOffsets;

Completed in 23 milliseconds