Home
last modified time | relevance | path

Searched refs:BlobLen (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h462 unsigned BlobLen = (unsigned) Blob.size(); in EmitRecordWithAbbrevImpl() local
502 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() argument
609 StringRef(BlobData, BlobLen), std::nullopt); in EmitRecordWithBlob()