/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHashAttributes.def | 15 HANDLE_DIE_HASH_ATTR(DW_AT_byte_size)
|
H A D | DwarfUnit.cpp | 707 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 736 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 787 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 1021 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 1024 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, 0); in constructTypeDIE() 1438 addUInt(*IndexTyDie, dwarf::DW_AT_byte_size, std::nullopt, sizeof(int64_t)); in getIndexTyDie() 1479 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, in constructArrayTypeDIE() 1630 addUInt(MemberDie, dwarf::DW_AT_byte_size, std::nullopt, FieldSize / 8); in constructMemberDIE()
|
H A D | DwarfCompileUnit.cpp | 1596 addUInt(Die, dwarf::DW_AT_byte_size, std::nullopt, in createBaseTypeDIEs()
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 116 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
|
/openbsd/usr.bin/ctfconv/ |
H A D | parse.c | 759 case DW_AT_byte_size: in parse_base() 844 case DW_AT_byte_size: in parse_refers() 909 case DW_AT_byte_size: in parse_enum() 1035 case DW_AT_byte_size: in parse_struct()
|
H A D | dwarf.h | 185 #define DW_AT_byte_size 0x0b macro
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2.h | 153 DW_AT_byte_size = 0x0b, enumerator
|
H A D | dwarf2out.c | 4057 case DW_AT_byte_size: 7051 get_AT_unsigned (die, DW_AT_byte_size), in output_aranges() 7799 add_AT_unsigned (base_type_result, DW_AT_byte_size, 7954 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); 7963 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); 9901 add_AT_unsigned (die, DW_AT_byte_size, size); 11294 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); 11312 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE);
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | dwarf2.h | 250 DW_AT_byte_size = 0x0b, enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 491 if (auto SizeAttr = find(DW_AT_byte_size)) in getTypeSize() 725 case DW_AT_byte_size: in mayHaveLocationExpr()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | dwarf2.h | 252 DW_AT_byte_size = 0x0b, enumerator
|
/openbsd/gnu/gcc/gcc/ |
H A D | dwarf2.h | 252 DW_AT_byte_size = 0x0b, enumerator
|
H A D | dwarf2out.c | 4550 case DW_AT_byte_size: in dwarf_attr_name() 7486 get_AT_unsigned (die, DW_AT_byte_size), in output_aranges() 8233 add_AT_unsigned (base_type_result, DW_AT_byte_size, in base_type_die() 8398 add_AT_unsigned (subrange_die, DW_AT_byte_size, size_in_bytes); in subrange_type_die() 8482 add_AT_unsigned (mod_type_die, DW_AT_byte_size, in modified_type_die() 8489 add_AT_unsigned (mod_type_die, DW_AT_byte_size, in modified_type_die() 10780 add_AT_unsigned (die, DW_AT_byte_size, size); in add_byte_size_attribute() 12262 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); 12278 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE);
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 293 case DW_AT_byte_size: in ParsedDWARFTypeAttributes() 2189 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType() 2511 case DW_AT_byte_size: in MemberAttributes() 2738 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember() 2961 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2read.c | 3330 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in dwarf2_add_field() 3759 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_structure_type() 3941 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_enumeration_type() 4377 attr_byte_size = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_pointer_type() 4455 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_reference_type() 4523 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_tag_string_type() 4674 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_base_type() 4805 attr = dwarf2_attr (die, DW_AT_byte_size, cu); in read_subrange_type() 7662 case DW_AT_byte_size: in dwarf_attr_name()
|
H A D | ChangeLog-2002 | 14626 DW_AT_byte_size.
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 2416 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dwarf.c | 1378 case DW_AT_byte_size: return "DW_AT_byte_size"; in get_AT_name()
|
/openbsd/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 489 DW_AT_byte_size 0x00000008 500 DW_AT_byte_size 0x00000004 680 DW_AT_byte_size 0x00000001 684 DW_AT_byte_size 0x00000010
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdbint.texinfo | 2568 @cindex DW_AT_byte_size 2575 info (e.g, @code{DW_AT_byte_size} in @w{DWARF 2}) or through an explicit 2604 uses a @code{DW_AT_byte_size} value of 2 to indicate the use of one
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 6891 case DW_AT_byte_size: return "DW_AT_byte_size"; in get_AT_name()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 5051 DW_AT_byte_size(constant sizeof(REAL) + sizeof(desc<1>))
|
H A D | AMDGPUUsage.rst | 2230 DW_AT_byte_size = 8;
|