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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1304 BitCodeAbbrevOp AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8); local
1306 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Char6);
1308 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7);
1314 Abbv->Add(AbbrevOpToUse);
4721 BitCodeAbbrevOp AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8); local
4723 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Char6);
4725 AbbrevOpToUse = BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7);
4731 Abbv->Add(AbbrevOpToUse);

Completed in 85 milliseconds