Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Record

26   // Write an abbreviation for this record.
41 SmallVector<uint64_t, 4> Record;
42 Record.push_back(FIRST_EXTENSION_RECORD_ID);
43 Record.push_back(Message.size());
44 Stream.EmitRecordWithBlob(Abbrev, Record, Message);
52 SmallVector<uint64_t, 4> Record;
61 case llvm::BitstreamEntry::Record:
65 Record.clear();
67 unsigned RecCode = Stream.readRecord(Entry.ID, Record, &Blob);
70 StringRef Message = Blob.substr(0, Record[0]);