Lines Matching full:adduint
54 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op);
60 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value);
195 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
202 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form,
204 addUInt(Block, (dwarf::Attribute)0, Form, Integer);
240 addUInt(Die, Attribute, dwarf::DW_FORM_sec_offset, Integer);
242 addUInt(Die, Attribute, dwarf::DW_FORM_data4, Integer);
252 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr);
255 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index);
256 addUInt(Die, dwarf::DW_FORM_GNU_addr_index,
331 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
332 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
488 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
494 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
495 addUInt(*Loc, dwarf::DW_FORM_udata, forwardingFieldOffset);
500 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
506 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
507 addUInt(*Loc, dwarf::DW_FORM_udata, varFieldOffset);
607 addUInt(*Block, dwarf::DW_FORM_data1, (unsigned char)0xFF & FltPtr[Start]);
632 addUInt(Die, dwarf::DW_AT_const_value,
663 addUInt(*Block, dwarf::DW_FORM_data1, c);
832 addUInt(Buffer, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
836 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size);
859 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size);
967 addUInt(ElemDie, dwarf::DW_AT_APPLE_property_attribute, None,
1007 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size);
1010 addUInt(Buffer, dwarf::DW_AT_byte_size, None, 0);
1023 addUInt(Buffer, dwarf::DW_AT_APPLE_runtime_class, dwarf::DW_FORM_data1,
1059 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_stack_value);
1160 addUInt(SPDie, dwarf::DW_AT_decl_file, None, DefID);
1163 addUInt(SPDie, dwarf::DW_AT_decl_line, None, SP->getLine());
1222 addUInt(SPDie, dwarf::DW_AT_virtuality, dwarf::DW_FORM_data1, VK);
1224 addUInt(*Block, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
1225 addUInt(*Block, dwarf::DW_FORM_udata, SP->getVirtualIndex());
1249 addUInt(SPDie, dwarf::DW_AT_APPLE_isa, dwarf::DW_FORM_flag, isa);
1258 addUInt(SPDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1261 addUInt(SPDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1264 addUInt(SPDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1285 addUInt(DW_Subrange, dwarf::DW_AT_lower_bound, None, LowerBound);
1290 addUInt(DW_Subrange, dwarf::DW_AT_count, None, Count);
1299 addUInt(*IndexTyDie, dwarf::DW_AT_byte_size, None, sizeof(int64_t));
1300 addUInt(*IndexTyDie, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
1380 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_dup);
1381 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
1382 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
1383 addUInt(*VBaseLocationDie, dwarf::DW_FORM_udata, DT->getOffsetInBits());
1384 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_minus);
1385 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
1386 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
1396 addUInt(MemberDie, dwarf::DW_AT_byte_size, None, FieldSize/8);
1397 addUInt(MemberDie, dwarf::DW_AT_bit_size, None, Size);
1432 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, DwarfBitOffset);
1439 addUInt(*MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
1440 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes);
1443 addUInt(MemberDie, dwarf::DW_AT_data_member_location, None,
1448 addUInt(MemberDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1451 addUInt(MemberDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1455 addUInt(MemberDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1458 addUInt(MemberDie, dwarf::DW_AT_virtuality, dwarf::DW_FORM_data1,
1497 addUInt(StaticMemberDIE, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1500 addUInt(StaticMemberDIE, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1503 addUInt(StaticMemberDIE, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,