Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Dshow-die-info.c167 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()
Dvarlocs.c139 else if (dwarf_attr (base, DW_AT_bit_size, &bsize) == NULL in print_base_type()
/third_party/elfutils/libdw/
Ddwarf_bitsize.c46 (die, DW_AT_bit_size, &attr_mem), in dwarf_bitsize()
Ddwarf.h168 DW_AT_bit_size = 0x0d, enumerator
Ddwarf_getlocation.c76 case DW_AT_bit_size: in attr_ok()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHashAttributes.def13 HANDLE_DIE_HASH_ATTR(DW_AT_bit_size)
DDwarfUnit.cpp1501 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/
DDWARFDie.cpp714 case DW_AT_bit_size: in mayHaveLocationDescription()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc6260 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/
DChangeLog4177 DW_AT_associated, DW_AT_bit_size, DW_AT_bit_offset, DW_AT_bit_stride,
Dreadelf.c7759 case DW_AT_bit_size: in attr_callback()