Home | History | Annotate | Download | only in Serialization

Lines Matching defs:SLocEntryOffsets

1423   std::vector<uint32_t> SLocEntryOffsets;
1428 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1);
1435 SLocEntryOffsets.push_back(Stream.GetCurrentBitNo());
1526 PreloadSLocs.push_back(SLocEntryOffsets.size());
1548 if (SLocEntryOffsets.empty())
1563 Record.push_back(SLocEntryOffsets.size());
1565 Stream.EmitRecordWithBlob(SLocOffsetsAbbrev, Record, data(SLocEntryOffsets));