Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Blob

165     StringRef Blob;
166 switch ((IndexRecordTypes)Cursor.readRecord(Entry.ID, Record, &Blob)) {
213 (const unsigned char *)Blob.data() + Record[0],
214 (const unsigned char *)Blob.data(),
547 StringRef Blob;
548 unsigned Code = InStream.readRecord(Entry.ID, Record, &Blob);
596 (const unsigned char *)Blob.data() + Record[0],
597 (const unsigned char *)Blob.data()));
714 // Create a blob abbreviation
718 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob));