Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Blob

169     StringRef Blob;
170 switch ((IndexRecordTypes)Cursor.readRecord(Entry.ID, Record, &Blob)) {
222 (const unsigned char *)Blob.data() + Record[0],
223 (const unsigned char *)Blob.data() + sizeof(uint32_t),
224 (const unsigned char *)Blob.data(), IdentifierIndexReaderTrait());
574 StringRef Blob;
575 unsigned Code = InStream.readRecord(Entry.ID, Record, &Blob);
623 (const unsigned char *)Blob.data() + Record[0],
624 (const unsigned char *)Blob.data() + sizeof(uint32_t),
625 (const unsigned char *)Blob.data()));
748 // Create a blob abbreviation
752 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob));