| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DIEHash.h | 41 DIEValue DW_AT_byte_size; member
|
| HD | DIEHash.cpp | 139 COLLECT_ATTR(DW_AT_byte_size); in collectAttributes() 380 ADD_ATTR(Attrs.DW_AT_byte_size); in hashAttributes()
|
| HD | DwarfUnit.cpp | 826 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size); in constructTypeDIE() 847 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size); in constructTypeDIE() 988 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size); in constructTypeDIE() 991 addUInt(Buffer, dwarf::DW_AT_byte_size, None, 0); in constructTypeDIE() 1273 addUInt(*IndexTyDie, dwarf::DW_AT_byte_size, None, sizeof(int64_t)); in getIndexTyDie() 1370 addUInt(MemberDie, dwarf::DW_AT_byte_size, None, FieldSize/8); in constructMemberDIE()
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | dwarf.c | 726 if (die_unsigned(dw, arr, DW_AT_byte_size, &uval, 0)) { in die_array_create() 823 (void) die_unsigned(dw, die, DW_AT_byte_size, &uval, DW_ATTR_REQ); in die_enum_create() 964 (void) die_unsigned(dw, str, DW_AT_byte_size, &sz, DW_ATTR_REQ); in die_sou_create() 1034 if (die_unsigned(dw, mem, DW_AT_byte_size, &bysz, 0) && in die_sou_create() 1482 (void) die_unsigned(dw, base, DW_AT_byte_size, &sz, DW_ATTR_REQ); in die_base_create()
|
| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_attr.c | 212 if ((at = _dwarf_attr_find(die, DW_AT_byte_size)) == NULL) { in dwarf_bytesize()
|
| HD | dwarf.h | 117 #define DW_AT_byte_size 0x0b macro
|
| HD | dwarf_dump.c | 81 case DW_AT_byte_size: in dwarf_get_AT_name()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Dwarf.h | 98 DW_AT_byte_size = 0x0b, enumerator
|
| /NextBSD/contrib/binutils/include/elf/ |
| HD | dwarf2.h | 254 DW_AT_byte_size = 0x0b, enumerator
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | Dwarf.cpp | 52 case DW_AT_byte_size: return "DW_AT_byte_size"; in AttributeString()
|
| /NextBSD/contrib/gcc/ |
| HD | dwarf2.h | 252 DW_AT_byte_size = 0x0b, enumerator
|
| HD | dwarf2out.c | 4553 case DW_AT_byte_size: in dwarf_attr_name() 7532 get_AT_unsigned (die, DW_AT_byte_size), in output_aranges() 8279 add_AT_unsigned (base_type_result, DW_AT_byte_size, in base_type_die() 8448 add_AT_unsigned (subrange_die, DW_AT_byte_size, size_in_bytes); in subrange_type_die() 8533 add_AT_unsigned (mod_type_die, DW_AT_byte_size, in modified_type_die() 8540 add_AT_unsigned (mod_type_die, DW_AT_byte_size, in modified_type_die() 10868 add_AT_unsigned (die, DW_AT_byte_size, (size != (unsigned)-1 ? size : 0)); in add_byte_size_attribute() 12365 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); 12381 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE);
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 2653 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in dwarf2_add_field() 3056 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_structure_type() 3246 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_enumeration_type() 3636 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_pointer_type() 3714 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_reference_type() 3818 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_string_type() 3966 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_base_type() 4094 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_subrange_type() 6576 case DW_AT_byte_size: in dwarf_attr_name()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.cpp | 1885 case DW_AT_byte_size: byte_size = form_value.Unsigned(); break; in ParseChildMembers() 2172 …t_byte_size = parent_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_byte_size, UINT64_MAX); in ParseChildMembers() 2731 … layout_info.bit_size = die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_byte_size, 0) * 8; in ResolveClangOpaqueTypeDefinition() 5862 case DW_AT_byte_size: byte_size = form_value.Unsigned(); break; in ParseType() 6055 case DW_AT_byte_size: in ParseType() 6440 … case DW_AT_byte_size: byte_size = form_value.Unsigned(); break; in ParseType() 7021 … case DW_AT_byte_size: break; // byte_size = form_value.Unsigned(); break; in ParseType()
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | dwarf.c | 1398 case DW_AT_byte_size: return "DW_AT_byte_size"; in get_AT_name()
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | gdbint.texinfo | 2578 @cindex DW_AT_byte_size 2585 info (e.g, @code{DW_AT_byte_size} in @w{DWARF 2}) or through an explicit 2614 uses a @code{DW_AT_byte_size} value of 2 to indicate the use of one
|