Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def15 HANDLE_DIE_HASH_ATTR(DW_AT_byte_size)
H A DDwarfUnit.cpp708 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE()
737 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE()
788 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE()
1022 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE()
1025 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, 0); in constructTypeDIE()
1439 addUInt(*IndexTyDie, dwarf::DW_AT_byte_size, std::nullopt, sizeof(int64_t)); in getIndexTyDie()
1481 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, in constructArrayTypeDIE()
1632 addUInt(MemberDie, dwarf::DW_AT_byte_size, std::nullopt, FieldSize / 8); in constructMemberDIE()
H A DDwarfCompileUnit.cpp1694 addUInt(Die, dwarf::DW_AT_byte_size, std::nullopt, in createBaseTypeDIEs()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp119 ByteSize = dwarf::toUnsigned(DIE.find(dwarf::DW_AT_byte_size), in getChildDeclContext()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c726 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 Ddwarf_attr.c212 if ((at = _dwarf_attr_find(die, DW_AT_byte_size)) == NULL) { in dwarf_bytesize()
H A Ddwarf.h125 #define DW_AT_byte_size 0x0b macro
H A Ddwarf_dump.c81 case DW_AT_byte_size: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp499 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 DDWARFASTParserClang.cpp314 case DW_AT_byte_size: in ParsedDWARFTypeAttributes()
2238 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType()
2660 case DW_AT_byte_size: in MemberAttributes()
2915 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
3098 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2437 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate()