Home
last modified time | relevance | path

Searched refs:DW_AT_count (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/DebugInfo/X86/
Dempty-and-one-elem-array.ll46 ; CHECK-NEXT: DW_AT_count [DW_FORM_data1] (0x01)
61 ; CHECK: DW_AT_count [DW_FORM_data1] (0x00)
Ddbg-subrange.ll7 ; CHECK: .quad 4294967296 ## DW_AT_count
Dnondefault-subrange-array.ll22 ; CHECK-NEXT: DW_AT_count [DW_FORM_data1] (0x2a)
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h46 DIEValue DW_AT_count; member
DDIEHash.cpp144 COLLECT_ATTR(DW_AT_count); in collectAttributes()
385 ADD_ATTR(Attrs.DW_AT_count); in hashAttributes()
DDwarfUnit.cpp1290 addUInt(DW_Subrange, dwarf::DW_AT_count, None, Count); in constructSubrangeDIE()
/external/elfutils/libdw/
Ddwarf_aggregate_size.c74 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_count, in array_size()
Ddwarf.h170 DW_AT_count = 0x37, enumerator
Dknown-dwarf.h71 DWARF_ONE_KNOWN_DW_AT (count, DW_AT_count) \
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h196 DW_AT_count = 0x37, enumerator
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h261 DW_AT_count = 0x37, enumerator
Dd3basics.c233 case DW_AT_count: return "DW_AT_count"; in ML_()
Dreaddwarf3.c3609 if (attr == DW_AT_count && cts.szB > 0) { in parse_type_DIE()
/external/llvm/lib/Support/
DDwarf.cpp84 case DW_AT_count: return "DW_AT_count"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h131 DW_AT_count = 0x37, enumerator
/external/elfutils/src/
DChangeLog2427 DW_AT_byte_size, DW_AT_byte_stride, DW_AT_count, DW_AT_lower_bound,
Dreadelf.c6169 case DW_AT_count: in attr_callback()