Searched refs:DW_AT_bit_size (Results 1 – 11 of 11) sorted by relevance
/third_party/elfutils/tests/ |
D | show-die-info.c | 167 if (dwarf_hasattr (die, DW_AT_bit_size) && (i = dwarf_bitsize (die)) != -1) in handle() 173 if (dwarf_attr (die, DW_AT_bit_size, &attr) == NULL in handle() 192 else if (dwarf_whatattr (&attr) != DW_AT_bit_size) in handle()
|
D | varlocs.c | 139 else if (dwarf_attr (base, DW_AT_bit_size, &bsize) == NULL in print_base_type()
|
/third_party/elfutils/libdw/ |
D | dwarf_bitsize.c | 46 (die, DW_AT_bit_size, &attr_mem), in dwarf_bitsize()
|
D | dwarf.h | 168 DW_AT_bit_size = 0x0d, enumerator
|
D | dwarf_getlocation.c | 76 case DW_AT_bit_size: in attr_ok()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHashAttributes.def | 13 HANDLE_DIE_HASH_ATTR(DW_AT_bit_size)
|
D | DwarfUnit.cpp | 1501 addUInt(MemberDie, dwarf::DW_AT_bit_size, None, Size); in constructMemberDIE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 714 case DW_AT_bit_size: in mayHaveLocationDescription()
|
/third_party/libabigail/src/ |
D | abg-dwarf-reader.cc | 6260 if (!die_unsigned_constant_attribute(die, DW_AT_bit_size, bit_size)) in die_size_in_bits() 8558 ABG_ASSERT(die_unsigned_constant_attribute(die, DW_AT_bit_size, in read_and_convert_DW_at_bit_offset() 12116 if (!die_unsigned_constant_attribute(die, DW_AT_bit_size, bit_size)) in build_type_decl()
|
/third_party/elfutils/src/ |
D | ChangeLog | 4177 DW_AT_associated, DW_AT_bit_size, DW_AT_bit_offset, DW_AT_bit_stride,
|
D | readelf.c | 7759 case DW_AT_bit_size: in attr_callback()
|