Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:addUInt

164           addUInt(*Loc, dwarf::DW_FORM_data1, PointerSize == 4
172 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index);
173 addUInt(*Loc, dwarf::DW_FORM_udata,
177 addUInt(*Loc, dwarf::DW_FORM_data1,
199 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
201 addUInt(*Loc, dwarf::DW_FORM_udata,
203 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
440 addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None,
442 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine());
444 addUInt(*ScopeDIE, dwarf::DW_AT_GNU_discriminator, None,
635 addUInt(*AbsDef, dwarf::DW_AT_inline, None, dwarf::DW_INL_inlined);