Home
last modified time | relevance | path

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

12

/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp25 Die.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Size); in TEST()
34 Unnamed.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &One); in TEST()
51 Foo.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &One); in TEST()
74 Foo->addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &One); in TEST()
90 Unnamed.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four); in TEST()
95 Int.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four); in TEST()
120 Unnamed.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Eight); in TEST()
126 Int.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Four); in TEST()
160 Foo.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &One); in TEST()
182 Foo.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Eight); in TEST()
[all …]
/external/elfutils/src/backends/
Dtilegx_retval.c75 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in tilegx_return_value_location()
90 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in tilegx_return_value_location()
138 DW_AT_byte_size, in tilegx_return_value_location()
Dppc64_retval.c92 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in ppc64_return_value_location()
107 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in ppc64_return_value_location()
179 DW_AT_byte_size, in ppc64_return_value_location()
Di386_retval.c81 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in i386_return_value_location()
97 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in i386_return_value_location()
Dsh_retval.c80 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in sh_return_value_location()
95 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in sh_return_value_location()
Dalpha_retval.c81 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in alpha_return_value_location()
97 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in alpha_return_value_location()
Darm_retval.c78 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in arm_return_value_location()
93 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in arm_return_value_location()
Ds390_retval.c83 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in s390_return_value_location()
103 if (dwarf_formudata (dwarf_attr (typedie, DW_AT_byte_size, in s390_return_value_location()
Dsparc_retval.c87 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in sparc_return_value_location()
102 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in sparc_return_value_location()
Dx86_64_retval.c96 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in x86_64_return_value_location()
111 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in x86_64_return_value_location()
Dppc_retval.c104 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in ppc_return_value_location()
119 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in ppc_return_value_location()
Dia64_retval.c253 if (! dwarf_hasattr_integrate (typedie, DW_AT_byte_size)) in ia64_return_value_location()
268 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_byte_size, in ia64_return_value_location()
/external/llvm/test/DebugInfo/SystemZ/
Dvariable-loc.s132 .byte 4 # DW_AT_byte_size
143 .byte 4 # DW_AT_byte_size
235 .byte 11 # DW_AT_byte_size
263 .byte 11 # DW_AT_byte_size
/external/elfutils/src/libdw/
Ddwarf_bytesize.c46 (die, DW_AT_byte_size, &attr_mem),
Ddwarf_aggregate_size.c205 if (INTUSE(dwarf_attr_integrate) (die, DW_AT_byte_size, &attr_mem) != NULL) in aggregate_size()
/external/elfutils/src/tests/
Dshow-die-info.c139 if (dwarf_hasattr (die, DW_AT_byte_size) && (i = dwarf_bytesize (die)) != -1) in handle()
145 if (dwarf_attr (die, DW_AT_byte_size, &attr) == NULL in handle()
164 else if (dwarf_whatattr (&attr) != DW_AT_byte_size) in handle()
/external/llvm/test/DebugInfo/X86/
Denum-fwd-decl.ll19 ; CHECK-NEXT: DW_AT_byte_size
Dempty-array.ll24 ; CHECK-NEXT: DW_AT_byte_size [DW_FORM_data1] (0x08)
DDW_AT_byte_size.ll7 ; CHECK-NOT: DW_AT_byte_size
Dnondefault-subrange-array.ll27 ; CHECK-NEXT: DW_AT_byte_size [DW_FORM_data1] (0x08)
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h48 AttrEntry DW_AT_byte_size; member
DDIEHash.cpp150 COLLECT_ATTR(DW_AT_byte_size); in collectAttributes()
392 ADD_ATTR(Attrs.DW_AT_byte_size); in hashAttributes()
DDwarfUnit.cpp947 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size); in constructTypeDIE()
969 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size); in constructTypeDIE()
1118 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size); in constructTypeDIE()
1121 addUInt(Buffer, dwarf::DW_AT_byte_size, None, 0); in constructTypeDIE()
1386 addUInt(*IndexTyDie, dwarf::DW_AT_byte_size, None, sizeof(int64_t)); in getIndexTyDie()
1492 addUInt(MemberDie, dwarf::DW_AT_byte_size, None, FieldSize/8); in constructMemberDIE()
/external/llvm/test/tools/dsymutil/X86/
Dbasic-lto-linking-x86.test40 CHECK: DW_AT_byte_size [DW_FORM_data1] (0x04)
50 CHECK: DW_AT_byte_size [DW_FORM_data1] (0x01)
Dbasic-linking-x86.test50 CHECK: DW_AT_byte_size [DW_FORM_data1] (0x04)
60 CHECK: DW_AT_byte_size [DW_FORM_data1] (0x01)

12