Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:addSInt

64 /// addSInt - Add an signed integer attribute data and value.
66 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
264 addSInt(TheDie, 0, dwarf::DW_FORM_sdata, Offset);
500 SignedConstant ? addSInt(Block, 0, Form, MO.getImm())
549 addSInt(Die, dwarf::DW_AT_const_value, form, CI->getSExtValue());
1302 addSInt(Enumerator, dwarf::DW_AT_const_value, dwarf::DW_FORM_sdata, Value);