Home | History | Annotate | Download | only in Frontend

Lines Matching refs:RecordData

52 typedef SmallVector<uint64_t, 64> RecordData;
131 std::error_code adjustSourceLocFilename(RecordData &Record,
134 void adjustAbbrevID(RecordData &Record, AbbrevLookup &Lookup,
137 void writeRecordWithAbbrev(unsigned ID, RecordData &Record);
139 void writeRecordWithBlob(unsigned ID, RecordData &Record, StringRef Blob);
277 RecordData Record;
398 RecordData::value_type Record[] = {RECORD_FILENAME, entry, 0 /* For legacy */,
445 RecordData &Record = State->Record;
534 RecordData::value_type Record[] = {RECORD_VERSION, VersionNumber};
546 RecordData::value_type Record[] = {RECORD_CATEGORY, category, catName.size()};
575 RecordData::value_type Record[] = {RECORD_DIAG_FLAG, entry.first,
653 RecordData &Record = State->Record;
714 RecordData &Record = State->Record;
836 RecordData::value_type Record[] = {
847 RecordData::value_type Record[] = {
861 RecordData::value_type Record[] = {RECORD_FIXIT, FileLookup[Start.FileID],