Lines Matching defs:addUInt
46 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Op);
54 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_udata, Value);
58 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Value);
221 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
230 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form,
232 addUInt(Block, (dwarf::Attribute)0, Form, Integer);
291 addUInt(Die, Attribute, DD->getDwarfSectionOffsetForm(), Integer);
318 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addrx);
319 addUInt(Die, dwarf::DW_FORM_addrx, Index);
321 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index);
322 addUInt(Die, dwarf::DW_FORM_GNU_addr_index, Index);
326 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_const4u);
328 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
343 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr);
414 addUInt(Die, dwarf::DW_AT_decl_file, std::nullopt, FileID);
415 addUInt(Die, dwarf::DW_AT_decl_line, std::nullopt, Line);
471 addUInt(Die, dwarf::DW_AT_const_value,
502 addUInt(*Block, dwarf::DW_FORM_data1, c);
536 addUInt(Die, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
539 addUInt(Die, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
542 addUInt(Die, dwarf::DW_AT_accessibility, dwarf::DW_FORM_data1,
727 addUInt(Buffer, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
731 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size);
734 addUInt(Buffer, dwarf::DW_AT_endianity, std::nullopt, dwarf::DW_END_big);
736 addUInt(Buffer, dwarf::DW_AT_endianity, std::nullopt, dwarf::DW_END_little);
739 addUInt(Buffer, dwarf::DW_AT_LLVM_num_extra_inhabitants, std::nullopt,
764 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size);
779 addUInt(Buffer, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
806 addUInt(Buffer, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata,
815 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size);
831 addUInt(Buffer, dwarf::DW_AT_address_class, dwarf::DW_FORM_data4,
839 addUInt(Buffer, dwarf::DW_AT_LLVM_ptrauth_key, dwarf::DW_FORM_data1,
843 addUInt(Buffer, dwarf::DW_AT_LLVM_ptrauth_extra_discriminator,
887 addUInt(Buffer, dwarf::DW_AT_calling_convention, dwarf::DW_FORM_data1,
976 addUInt(Variant, dwarf::DW_AT_discr_value, std::nullopt,
1000 addUInt(ElemDie, dwarf::DW_AT_APPLE_property_attribute, std::nullopt,
1043 addUInt(Buffer, dwarf::DW_AT_calling_convention, dwarf::DW_FORM_data1,
1075 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size);
1078 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, 0);
1094 addUInt(Buffer, dwarf::DW_AT_APPLE_runtime_class, dwarf::DW_FORM_data1,
1099 addUInt(Buffer, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata,
1103 addUInt(Buffer, dwarf::DW_AT_LLVM_num_extra_inhabitants, std::nullopt,
1146 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_stack_value);
1201 addUInt(MDie, dwarf::DW_AT_decl_file, std::nullopt,
1204 addUInt(MDie, dwarf::DW_AT_decl_line, std::nullopt, M->getLineNo());
1267 addUInt(SPDie, dwarf::DW_AT_decl_file, std::nullopt, DefID);
1270 addUInt(SPDie, dwarf::DW_AT_decl_line, std::nullopt, SP->getLine());
1336 addUInt(SPDie, dwarf::DW_AT_calling_convention, dwarf::DW_FORM_data1, CC);
1346 addUInt(SPDie, dwarf::DW_AT_virtuality, dwarf::DW_FORM_data1, VK);
1349 addUInt(*Block, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
1350 addUInt(*Block, dwarf::DW_FORM_udata, SP->getVirtualIndex());
1377 addUInt(SPDie, dwarf::DW_AT_APPLE_isa, dwarf::DW_FORM_flag, isa);
1435 addUInt(DW_Subrange, Attr, std::nullopt, BI->getSExtValue());
1496 addUInt(*IndexTyDie, dwarf::DW_AT_byte_size, std::nullopt, sizeof(int64_t));
1497 addUInt(*IndexTyDie, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
1538 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt,
1670 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_dup);
1671 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
1672 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
1673 addUInt(*VBaseLocationDie, dwarf::DW_FORM_udata, DT->getOffsetInBits());
1674 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_minus);
1675 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
1676 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
1689 addUInt(MemberDie, dwarf::DW_AT_byte_size, std::nullopt, FieldSize / 8);
1690 addUInt(MemberDie, dwarf::DW_AT_bit_size, std::nullopt, Size);
1718 addUInt(MemberDie, dwarf::DW_AT_bit_offset, std::nullopt,
1722 addUInt(MemberDie, dwarf::DW_AT_data_bit_offset, std::nullopt, Offset);
1728 addUInt(MemberDie, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata,
1734 addUInt(*MemLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
1735 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes);
1743 addUInt(MemberDie, dwarf::DW_AT_data_member_location,
1746 addUInt(MemberDie, dwarf::DW_AT_data_member_location, std::nullopt,
1754 addUInt(MemberDie, dwarf::DW_AT_virtuality, dwarf::DW_FORM_data1,
1806 addUInt(StaticMemberDIE, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata,