Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:intvalue

81   void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
183 unsigned IntValue,
188 OS << "\t.eabi_attribute\t" << Attribute << ", " << IntValue;
256 unsigned IntValue;
298 Item->IntValue = Value;
333 void setAttributeItems(unsigned Attribute, unsigned IntValue,
340 Item->IntValue = IntValue;
349 IntValue,
377 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
673 unsigned IntValue,
675 setAttributeItems(Attribute, IntValue, StringValue,
920 Result += getULEB128Size(item.IntValue);
928 Result += getULEB128Size(item.IntValue);
992 Streamer.EmitULEB128IntValue(item.IntValue);
999 Streamer.EmitULEB128IntValue(item.IntValue);