Lines Matching defs:AbbrevToUse
701 StringRef Str, unsigned AbbrevToUse) {
706 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(C))
707 AbbrevToUse = 0;
712 Stream.EmitRecord(Code, Vals, AbbrevToUse);
1103 int AbbrevToUse = 0;
1133 AbbrevToUse = OpaquePtrAbbrev;
1144 AbbrevToUse = FunctionAbbrev;
1157 AbbrevToUse = StructAnonAbbrev;
1163 AbbrevToUse = StructNamedAbbrev;
1179 AbbrevToUse = ArrayAbbrev;
1211 Stream.EmitRecord(Code, TypeVals, AbbrevToUse);
1380 Stream.EmitRecord(bitc::MODULE_CODE_COMDAT, Vals, /*AbbrevToUse=*/0);
1554 unsigned AbbrevToUse = 0;
1596 AbbrevToUse = SimpleGVarAbbrev;
1599 Stream.EmitRecord(bitc::MODULE_CODE_GLOBALVAR, Vals, AbbrevToUse);
1636 unsigned AbbrevToUse = 0;
1637 Stream.EmitRecord(bitc::MODULE_CODE_FUNCTION, Vals, AbbrevToUse);
1660 unsigned AbbrevToUse = 0;
1661 Stream.EmitRecord(bitc::MODULE_CODE_ALIAS, Vals, AbbrevToUse);
2731 unsigned AbbrevToUse = 0;
2743 AbbrevToUse = CONSTANTS_INTEGER_ABBREV;
2780 AbbrevToUse = String8Abbrev;
2793 AbbrevToUse = CString6Abbrev;
2795 AbbrevToUse = CString7Abbrev;
2812 AbbrevToUse = AggregateAbbrev;
2821 AbbrevToUse = CONSTANTS_CE_CAST_Abbrev;
2913 Stream.EmitRecord(Code, Record, AbbrevToUse);
3003 unsigned AbbrevToUse = 0;
3010 AbbrevToUse = FUNCTION_INST_CAST_ABBREV;
3015 if (AbbrevToUse == FUNCTION_INST_CAST_ABBREV)
3016 AbbrevToUse = FUNCTION_INST_CAST_FLAGS_ABBREV;
3023 AbbrevToUse = FUNCTION_INST_BINOP_ABBREV;
3028 if (AbbrevToUse == FUNCTION_INST_BINOP_ABBREV)
3029 AbbrevToUse = FUNCTION_INST_BINOP_FLAGS_ABBREV;
3037 AbbrevToUse = FUNCTION_INST_UNOP_ABBREV;
3041 if (AbbrevToUse == FUNCTION_INST_UNOP_ABBREV)
3042 AbbrevToUse = FUNCTION_INST_UNOP_FLAGS_ABBREV;
3049 AbbrevToUse = FUNCTION_INST_GEP_ABBREV;
3118 AbbrevToUse = FUNCTION_INST_RET_VOID_ABBREV;
3121 AbbrevToUse = FUNCTION_INST_RET_VAL_ABBREV;
3272 AbbrevToUse = FUNCTION_INST_UNREACHABLE_ABBREV;
3293 Stream.EmitRecord(Code, Vals64, AbbrevToUse);
3345 AbbrevToUse = FUNCTION_INST_LOAD_ABBREV;
3454 Stream.EmitRecord(Code, Vals, AbbrevToUse);
3520 unsigned AbbrevToUse = VST_ENTRY_8_ABBREV;
3529 AbbrevToUse = VST_BBENTRY_6_ABBREV;
3533 AbbrevToUse = VST_ENTRY_6_ABBREV;
3535 AbbrevToUse = VST_ENTRY_7_ABBREV;
3542 Stream.EmitRecord(Code, NameVals, AbbrevToUse);
4018 unsigned AbbrevToUse = Abbrev8Bit;
4020 AbbrevToUse = Abbrev6Bit;
4022 AbbrevToUse = Abbrev7Bit;
4030 Stream.EmitRecord(bitc::MST_CODE_ENTRY, Vals, AbbrevToUse);