Searched refs:DW_AT_byte_size (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHashAttributes.def | 15 HANDLE_DIE_HASH_ATTR(DW_AT_byte_size)
|
H A D | DwarfUnit.cpp | 724 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 753 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 804 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 1055 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 1058 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, 0); in constructTypeDIE() 1472 addUInt(*IndexTyDie, dwarf::DW_AT_byte_size, std::nullopt, sizeof(int64_t)); in getIndexTyDie() 1514 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, in constructArrayTypeDIE() 1665 addUInt(MemberDie, dwarf::DW_AT_byte_size, std::nullopt, FieldSize / 8); in constructMemberDIE()
|
H A D | DwarfCompileUnit.cpp | 1715 addUInt(Die, dwarf::DW_AT_byte_size, std::nullopt, in createBaseTypeDIEs()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp |
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 726 if (die_unsigned(dw, arr, DW_AT_byte_size, &uval, 0)) { in die_array_create() 821 (void) die_unsigned(dw, die, DW_AT_byte_size, &uval, DW_ATTR_REQ); in die_enum_create() 956 (void) die_unsigned(dw, str, DW_AT_byte_size, &sz, DW_ATTR_REQ); in die_sou_create() 1026 if (die_unsigned(dw, mem, DW_AT_byte_size, &bysz, 0) && in die_sou_create() 1467 (void) die_unsigned(dw, base, DW_AT_byte_size, &sz, DW_ATTR_REQ); in die_base_create()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_attr.c | 212 if ((at = _dwarf_attr_find(die, DW_AT_byte_size)) == NULL) { in dwarf_bytesize()
|
H A D | dwarf.h | 125 #define DW_AT_byte_size 0x0b macro
|
H A D | dwarf_dump.c | 81 case DW_AT_byte_size: in dwarf_get_AT_name()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 498 if (auto SizeAttr = Die.find(DW_AT_byte_size)) in getTypeSizeImpl() 739 case DW_AT_byte_size: in mayHaveLocationExpr()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 310 case DW_AT_byte_size: in ParsedDWARFTypeAttributes() 2158 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType() 2590 case DW_AT_byte_size: in MemberAttributes() 2845 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember() 3028 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 2111 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate()
|