Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h529 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() function
534 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() function
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h257 Stream.EmitRecordWithArray(code, buffer, data); in emit()