Searched refs:AbbrevOpToUse (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1254 BitCodeAbbrevOp AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8); local
1256 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Char6);
1258 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7);
1264 Abbv->Add(AbbrevOpToUse);
4598 BitCodeAbbrevOp AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8); local
4600 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Char6);
4602 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7);
4608 Abbv->Add(AbbrevOpToUse);

Completed in 123 milliseconds