Lines Matching refs:AbbrevToUse

150                                 StringRef Str, unsigned AbbrevToUse);
628 unsigned AbbrevToUse) { in writeStringRecord() argument
633 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(C)) in writeStringRecord()
634 AbbrevToUse = 0; in writeStringRecord()
639 Stream.EmitRecord(Code, Vals, AbbrevToUse); in writeStringRecord()
1027 int AbbrevToUse = 0; in writeTypeTable() local
1079 AbbrevToUse = PtrAbbrev; in writeTypeTable()
1099 AbbrevToUse = PtrAbbrev; in writeTypeTable()
1111 AbbrevToUse = FunctionAbbrev; in writeTypeTable()
1124 AbbrevToUse = StructAnonAbbrev; in writeTypeTable()
1130 AbbrevToUse = StructNamedAbbrev; in writeTypeTable()
1146 AbbrevToUse = ArrayAbbrev; in writeTypeTable()
1161 Stream.EmitRecord(Code, TypeVals, AbbrevToUse); in writeTypeTable()
1278 unsigned AbbrevToUse = 0; in writeModuleInfo() local
1308 AbbrevToUse = SimpleGVarAbbrev; in writeModuleInfo()
1311 Stream.EmitRecord(bitc::MODULE_CODE_GLOBALVAR, Vals, AbbrevToUse); in writeModuleInfo()
1340 unsigned AbbrevToUse = 0; in writeModuleInfo() local
1341 Stream.EmitRecord(bitc::MODULE_CODE_FUNCTION, Vals, AbbrevToUse); in writeModuleInfo()
1355 unsigned AbbrevToUse = 0; in writeModuleInfo() local
1356 Stream.EmitRecord(bitc::MODULE_CODE_ALIAS_OLD, Vals, AbbrevToUse); in writeModuleInfo()
2000 unsigned AbbrevToUse = 0; in writeConstants() local
2010 AbbrevToUse = CONSTANTS_INTEGER_ABBREV; in writeConstants()
2054 AbbrevToUse = String8Abbrev; in writeConstants()
2067 AbbrevToUse = CString6Abbrev; in writeConstants()
2069 AbbrevToUse = CString7Abbrev; in writeConstants()
2102 AbbrevToUse = AggregateAbbrev; in writeConstants()
2111 AbbrevToUse = CONSTANTS_CE_CAST_Abbrev; in writeConstants()
2190 Stream.EmitRecord(Code, Record, AbbrevToUse); in writeConstants()
2249 unsigned AbbrevToUse = 0; in writeInstruction() local
2256 AbbrevToUse = (unsigned)FUNCTION_INST_CAST_ABBREV; in writeInstruction()
2263 AbbrevToUse = (unsigned)FUNCTION_INST_BINOP_ABBREV; in writeInstruction()
2268 if (AbbrevToUse == (unsigned)FUNCTION_INST_BINOP_ABBREV) in writeInstruction()
2269 AbbrevToUse = (unsigned)FUNCTION_INST_BINOP_FLAGS_ABBREV; in writeInstruction()
2277 AbbrevToUse = (unsigned)FUNCTION_INST_GEP_ABBREV; in writeInstruction()
2340 AbbrevToUse = (unsigned)FUNCTION_INST_RET_VOID_ABBREV; in writeInstruction()
2343 AbbrevToUse = (unsigned)FUNCTION_INST_RET_VAL_ABBREV; in writeInstruction()
2409 AbbrevToUse = (unsigned)FUNCTION_INST_UNREACHABLE_ABBREV; in writeInstruction()
2425 Stream.EmitRecord(Code, Vals64, AbbrevToUse); in writeInstruction()
2471 AbbrevToUse = (unsigned)FUNCTION_INST_LOAD_ABBREV; in writeInstruction()
2562 Stream.EmitRecord(Code, Vals, AbbrevToUse); in writeInstruction()
2604 unsigned AbbrevToUse = VST_ENTRY_8_ABBREV; in writeFunctionLevelValueSymbolTable() local
2612 AbbrevToUse = VST_BBENTRY_6_ABBREV; in writeFunctionLevelValueSymbolTable()
2616 AbbrevToUse = VST_ENTRY_6_ABBREV; in writeFunctionLevelValueSymbolTable()
2618 AbbrevToUse = VST_ENTRY_7_ABBREV; in writeFunctionLevelValueSymbolTable()
2628 Stream.EmitRecord(Code, NameVals, AbbrevToUse); in writeFunctionLevelValueSymbolTable()