Searched refs:DW_AT_byte_size (Results 1 – 12 of 12) 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 | 757 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 814 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 865 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 1199 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, Size); in constructTypeDIE() 1202 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, 0); in constructTypeDIE() 1562 addUInt(DW_Subrange, dwarf::DW_AT_byte_size, std::nullopt, Size >> 3); in constructSubrangeDIE() 1698 addUInt(*IndexTyDie, dwarf::DW_AT_byte_size, std::nullopt, sizeof(int64_t)); in getIndexTyDie() 1740 addUInt(Buffer, dwarf::DW_AT_byte_size, std::nullopt, in constructArrayTypeDIE() 1905 addUInt(MemberDie, dwarf::DW_AT_byte_size, std::nullopt, in constructMemberDIE()
|
| H A D | DwarfCompileUnit.cpp | 1770 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() 1463 (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 | 517 if (auto SizeAttr = Die.find(DW_AT_byte_size)) in getTypeSizeImpl() 758 case DW_AT_byte_size: in mayHaveLocationExpr()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 404 case DW_AT_byte_size: in ParsedDWARFTypeAttributes() 2237 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType() 2696 case DW_AT_byte_size: in MemberAttributes() 2951 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember() 3110 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
|
| H A D | DWARFUnit.cpp | 709 uint64_t bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in GetDIEBitSizeAndSign()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 97 case dwarf::DW_AT_byte_size: in processOneAttribute()
|