Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h459 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() function
584 EmitRecordWithAbbrevImpl(Abbrev, ArrayRef(Vals), StringRef(), Code);
592 EmitRecordWithAbbrevImpl(Abbrev, ArrayRef(Vals), StringRef(), std::nullopt); in EmitRecordWithAbbrev()
603 EmitRecordWithAbbrevImpl(Abbrev, ArrayRef(Vals), Blob, std::nullopt); in EmitRecordWithBlob()
608 return EmitRecordWithAbbrevImpl(Abbrev, ArrayRef(Vals), in EmitRecordWithBlob()
617 EmitRecordWithAbbrevImpl(Abbrev, ArrayRef(Vals), Array, std::nullopt); in EmitRecordWithArray()
622 return EmitRecordWithAbbrevImpl( in EmitRecordWithArray()