Lines Matching refs:IntValue
94 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
207 unsigned IntValue, in emitIntTextAttribute() argument
212 OS << "\t.eabi_attribute\t" << Attribute << ", " << IntValue; in emitIntTextAttribute()
285 unsigned IntValue; member
327 Item->IntValue = Value; in setAttributeItem()
362 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems() argument
369 Item->IntValue = IntValue; in setAttributeItems()
378 IntValue, in setAttributeItems()
406 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
783 unsigned IntValue, in emitIntTextAttribute() argument
785 setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute()
1046 Result += getULEB128Size(item.IntValue); in calculateContentSize()
1054 Result += getULEB128Size(item.IntValue); in calculateContentSize()
1119 Streamer.EmitULEB128IntValue(item.IntValue); in finishAttributeSection()
1126 Streamer.EmitULEB128IntValue(item.IntValue); in finishAttributeSection()