Lines Matching defs:Blob
529 StringRef Blob,
531 if (Blob.empty())
542 StringRef Lengths = Blob.slice(0, StringsOffset);
544 StringRef Strings = Blob.drop_front(StringsOffset);
854 StringRef Blob;
857 if (Error E = Stream.readRecord(Entry.ID, Record, &Blob).moveInto(Code))
967 if (Blob.data()) {
969 if (Error E = decodeMetadataStringsBlob(Indent, Record, Blob, O->OS))
975 O->OS.write_escaped(Blob, /*hex=*/true) << "'";
978 for (char C : Blob)
985 O->OS << "'" << Blob << "'";
987 O->OS << "unprintable, " << Blob.size() << " bytes.";