Searched refs:BlobLen (Results 1 – 1 of 1) sorted by relevance
462 unsigned BlobLen = (unsigned) Blob.size(); in EmitRecordWithAbbrevImpl() local502 EmitVBR(static_cast<uint32_t>(BlobLen), 6); in EmitRecordWithAbbrevImpl()505 for (unsigned i = 0; i != BlobLen; ++i) in EmitRecordWithAbbrevImpl()527 assert(Blob.size() == BlobLen && "BlobLen got changed"); in EmitRecordWithAbbrevImpl()607 const char *BlobData, unsigned BlobLen) { in EmitRecordWithBlob() argument609 StringRef(BlobData, BlobLen), std::nullopt); in EmitRecordWithBlob()