Lines Matching defs:Blob
179 StringRef Blob;
181 Cursor.readRecord(Entry.ID, Record, &Blob);
238 (const unsigned char *)Blob.data() + Record[0],
239 (const unsigned char *)Blob.data() + sizeof(uint32_t),
240 (const unsigned char *)Blob.data(), IdentifierIndexReaderTrait());
610 StringRef Blob;
611 Expected<unsigned> MaybeCode = InStream.readRecord(Entry.ID, Record, &Blob);
629 Blob = Blob.substr(Record[Idx++]);
640 StringRef SignatureBytes = Blob.substr(0, ASTFileSignature::size);
643 Blob = Blob.substr(ASTFileSignature::size);
647 StringRef ImportedFile = Blob.substr(0, Length);
648 Blob = Blob.substr(Length);
679 (const unsigned char *)Blob.data() + Record[0],
680 (const unsigned char *)Blob.data() + sizeof(uint32_t),
681 (const unsigned char *)Blob.data()));
695 auto Signature = ASTFileSignature::create(Blob.begin(), Blob.end());
830 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob));