Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SLocEntryOffsets

1611   std::vector<uint32_t> SLocEntryOffsets;
1613 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1);
1622 SLocEntryOffsets.push_back(Stream.GetCurrentBitNo());
1695 PreloadSLocs.push_back(SLocEntryOffsets.size());
1717 if (SLocEntryOffsets.empty())
1732 Record.push_back(SLocEntryOffsets.size());
1734 Stream.EmitRecordWithBlob(SLocOffsetsAbbrev, Record, data(SLocEntryOffsets));