Home
last modified time | relevance | path

Searched refs:DW_AT_byte_size (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def15 HANDLE_DIE_HASH_ATTR(DW_AT_byte_size)
H A DDwarfUnit.cpp707 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 DDwarfCompileUnit.cpp1596 addUInt(Die, dwarf::DW_AT_byte_size, std::nullopt, in createBaseTypeDIEs()
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp116 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
/openbsd/usr.bin/ctfconv/
H A Dparse.c759 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 Ddwarf.h185 #define DW_AT_byte_size 0x0b macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2.h153 DW_AT_byte_size = 0x0b, enumerator
H A Ddwarf2out.c4057 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 Ddwarf2.h250 DW_AT_byte_size = 0x0b, enumerator
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp491 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 Ddwarf2.h252 DW_AT_byte_size = 0x0b, enumerator
/openbsd/gnu/gcc/gcc/
H A Ddwarf2.h252 DW_AT_byte_size = 0x0b, enumerator
H A Ddwarf2out.c4550 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 DDWARFASTParserClang.cpp293 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 Ddwarf2read.c3330 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 DChangeLog-200214626 DW_AT_byte_size.
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp2416 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c1378 case DW_AT_byte_size: return "DW_AT_byte_size"; in get_AT_name()
/openbsd/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md489 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 Dgdbint.texinfo2568 @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 Dreadelf.c6891 case DW_AT_byte_size: return "DW_AT_byte_size"; in get_AT_name()
/openbsd/gnu/llvm/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst5051 DW_AT_byte_size(constant sizeof(REAL) + sizeof(desc<1>))
H A DAMDGPUUsage.rst2230 DW_AT_byte_size = 8;