Lines Matching defs:blob
157 /// Emit the provided blob of data, which is owned by the caller and is
167 /// Emit the provided blob of data that has the given alignment, which is
460 void writeOwnedBlob(ArrayRef<char> blob) override {
461 emitter.emitVarInt(blob.size(), "dialect blob");
463 ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(blob.data()),
464 blob.size()),
465 "dialect blob");
1229 emitter.emitOwnedBlobAndAlignment(data, dataAlignment, "resource blob");
1303 // "blob" kind as a placeholder.