Lines Matching defs:addUInt

138 /// addUInt - Add an unsigned integer attribute data and value.
140 void CompileUnit::addUInt(DIE *Die, dwarf::Attribute Attribute,
149 void CompileUnit::addUInt(DIEBlock *Block, dwarf::Form Form, uint64_t Integer) {
150 addUInt(Block, (dwarf::Attribute)0, Form, Integer);
245 addUInt(Die, Attribute, dwarf::DW_FORM_sec_offset, Integer);
247 addUInt(Die, Attribute, dwarf::DW_FORM_data4, Integer);
279 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr);
282 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index);
283 addUInt(Die, dwarf::DW_FORM_GNU_addr_index, DU->getAddrPoolIndex(Sym));
352 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
353 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
369 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
370 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
388 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
389 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
405 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
406 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
423 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
424 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
442 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
443 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
464 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_reg0 + DWReg);
466 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_regx);
467 addUInt(TheDie, dwarf::DW_FORM_udata, DWReg);
479 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_fbreg);
481 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_breg0 + DWReg);
483 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx);
484 addUInt(TheDie, dwarf::DW_FORM_udata, DWReg);
500 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
533 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
534 addUInt(Block, dwarf::DW_FORM_udata, DV.getAddrElement(++i));
537 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
655 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
661 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
662 addUInt(Block, dwarf::DW_FORM_udata, forwardingFieldOffset);
667 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
673 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
674 addUInt(Block, dwarf::DW_FORM_udata, varFieldOffset);
773 addUInt(Die, dwarf::DW_AT_const_value, Form, MO.getImm());
776 addUInt(Die, dwarf::DW_AT_const_value, Form, MO.getImm());
797 addUInt(Block, dwarf::DW_FORM_data1, (unsigned char)0xFF & FltPtr[Start]);
841 addUInt(Die, dwarf::DW_AT_const_value, dwarf::DW_FORM_udata,
845 addUInt(Die, dwarf::DW_AT_const_value, Form, Val.getZExtValue());
864 addUInt(Block, dwarf::DW_FORM_data1, c);
1084 addUInt(&Buffer, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
1088 addUInt(&Buffer, dwarf::DW_AT_byte_size, None, Size);
1109 addUInt(&Buffer, dwarf::DW_AT_byte_size, None, Size);
1215 addUInt(ElemDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1218 addUInt(ElemDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1221 addUInt(ElemDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1263 addUInt(ElemDie, dwarf::DW_AT_APPLE_property_attribute, None,
1308 addUInt(&Buffer, dwarf::DW_AT_byte_size, None, Size);
1311 addUInt(&Buffer, dwarf::DW_AT_byte_size, None, 0);
1324 addUInt(&Buffer, dwarf::DW_AT_APPLE_runtime_class, dwarf::DW_FORM_data1,
1371 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_stack_value);
1473 addUInt(SPDie, dwarf::DW_AT_virtuality, dwarf::DW_FORM_data1, VK);
1475 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
1476 addUInt(Block, dwarf::DW_FORM_udata, SP.getVirtualIndex());
1500 addUInt(SPDie, dwarf::DW_AT_APPLE_isa, dwarf::DW_FORM_flag, isa);
1598 addUInt(Block, dwarf::DW_FORM_data1,
1604 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index);
1605 addUInt(Block, dwarf::DW_FORM_udata, DU->getAddrPoolIndex(Expr));
1608 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_push_tls_address);
1648 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
1650 addUInt(Block, dwarf::DW_FORM_udata,
1652 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
1688 addUInt(DW_Subrange, dwarf::DW_AT_lower_bound, None, LowerBound);
1693 addUInt(DW_Subrange, dwarf::DW_AT_upper_bound, None,
1713 addUInt(IdxTy, dwarf::DW_AT_byte_size, None, sizeof(int32_t));
1714 addUInt(IdxTy, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
1858 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_dup);
1859 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
1860 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
1861 addUInt(VBaseLocationDie, dwarf::DW_FORM_udata, DT.getOffsetInBits());
1862 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_minus);
1863 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
1864 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
1874 addUInt(MemberDie, dwarf::DW_AT_byte_size, None,
1876 addUInt(MemberDie, dwarf::DW_AT_bit_size, None, DT.getSizeInBits());
1887 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset);
1898 addUInt(MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
1899 addUInt(MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes);
1902 addUInt(MemberDie, dwarf::DW_AT_data_member_location, None,
1907 addUInt(MemberDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1910 addUInt(MemberDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1914 addUInt(MemberDie, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1917 addUInt(MemberDie, dwarf::DW_AT_virtuality, dwarf::DW_FORM_data1,
1958 addUInt(StaticMemberDIE, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1961 addUInt(StaticMemberDIE, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
1964 addUInt(StaticMemberDIE, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,