Lines Matching refs:AbbrevToUse
144 unsigned AbbrevToUse, BitstreamWriter &Stream) { in WriteStringRecord() argument
149 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i])) in WriteStringRecord()
150 AbbrevToUse = 0; in WriteStringRecord()
155 Stream.EmitRecord(Code, Vals, AbbrevToUse); in WriteStringRecord()
249 int AbbrevToUse = 0; in WriteTypeTable() local
276 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev; in WriteTypeTable()
287 AbbrevToUse = FunctionAbbrev; in WriteTypeTable()
301 AbbrevToUse = StructAnonAbbrev; in WriteTypeTable()
307 AbbrevToUse = StructNamedAbbrev; in WriteTypeTable()
323 AbbrevToUse = ArrayAbbrev; in WriteTypeTable()
337 Stream.EmitRecord(Code, TypeVals, AbbrevToUse); in WriteTypeTable()
479 unsigned AbbrevToUse = 0; in WriteModuleInfo() local
500 AbbrevToUse = SimpleGVarAbbrev; in WriteModuleInfo()
503 Stream.EmitRecord(bitc::MODULE_CODE_GLOBALVAR, Vals, AbbrevToUse); in WriteModuleInfo()
522 unsigned AbbrevToUse = 0; in WriteModuleInfo() local
523 Stream.EmitRecord(bitc::MODULE_CODE_FUNCTION, Vals, AbbrevToUse); in WriteModuleInfo()
534 unsigned AbbrevToUse = 0; in WriteModuleInfo() local
535 Stream.EmitRecord(bitc::MODULE_CODE_ALIAS_OLD, Vals, AbbrevToUse); in WriteModuleInfo()
881 unsigned AbbrevToUse = 0; in WriteConstants() local
891 AbbrevToUse = CONSTANTS_INTEGER_ABBREV; in WriteConstants()
935 AbbrevToUse = String8Abbrev; in WriteConstants()
948 AbbrevToUse = CString6Abbrev; in WriteConstants()
950 AbbrevToUse = CString7Abbrev; in WriteConstants()
968 AbbrevToUse = AggregateAbbrev; in WriteConstants()
977 AbbrevToUse = CONSTANTS_CE_CAST_Abbrev; in WriteConstants()
1051 Stream.EmitRecord(Code, Record, AbbrevToUse); in WriteConstants()
1098 unsigned AbbrevToUse = 0; in WriteInstruction() local
1105 AbbrevToUse = FUNCTION_INST_CAST_ABBREV; in WriteInstruction()
1112 AbbrevToUse = FUNCTION_INST_BINOP_ABBREV; in WriteInstruction()
1117 if (AbbrevToUse == FUNCTION_INST_BINOP_ABBREV) in WriteInstruction()
1118 AbbrevToUse = FUNCTION_INST_BINOP_FLAGS_ABBREV; in WriteInstruction()
1185 AbbrevToUse = FUNCTION_INST_RET_VOID_ABBREV; in WriteInstruction()
1188 AbbrevToUse = FUNCTION_INST_RET_VAL_ABBREV; in WriteInstruction()
1258 AbbrevToUse = FUNCTION_INST_UNREACHABLE_ABBREV; in WriteInstruction()
1306 AbbrevToUse = FUNCTION_INST_LOAD_ABBREV; in WriteInstruction()
1387 Stream.EmitRecord(Code, Vals, AbbrevToUse); in WriteInstruction()
1420 unsigned AbbrevToUse = VST_ENTRY_8_ABBREV; in WriteValueSymbolTable() local
1428 AbbrevToUse = VST_BBENTRY_6_ABBREV; in WriteValueSymbolTable()
1432 AbbrevToUse = VST_ENTRY_6_ABBREV; in WriteValueSymbolTable()
1434 AbbrevToUse = VST_ENTRY_7_ABBREV; in WriteValueSymbolTable()
1443 Stream.EmitRecord(Code, NameVals, AbbrevToUse); in WriteValueSymbolTable()