Lines Matching defs:Blob
527 StringRef Blob,
529 if (Blob.empty())
540 StringRef Lengths = Blob.slice(0, StringsOffset);
542 StringRef Strings = Blob.drop_front(StringsOffset);
852 StringRef Blob;
855 if (Error E = Stream.readRecord(Entry.ID, Record, &Blob).moveInto(Code))
965 if (Blob.data()) {
967 if (Error E = decodeMetadataStringsBlob(Indent, Record, Blob, O->OS))
973 O->OS.write_escaped(Blob, /*hex=*/true) << "'";
976 for (char C : Blob)
983 O->OS << "'" << Blob << "'";
985 O->OS << "unprintable, " << Blob.size() << " bytes.";