Searched refs:DW_AT_lower_bound (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHashAttributes.def | 37 HANDLE_DIE_HASH_ATTR(DW_AT_lower_bound)
|
D | DwarfUnit.cpp | 1343 addUInt(DW_Subrange, dwarf::DW_AT_lower_bound, None, LowerBound); in constructSubrangeDIE()
|
/external/llvm/test/DebugInfo/Generic/ |
D | array.ll | 31 ;CHECK-NOT: DW_AT_lower_bound
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 63 DIEValue DW_AT_lower_bound; member
|
D | DIEHash.cpp | 161 COLLECT_ATTR(DW_AT_lower_bound); in collectAttributes() 401 ADD_ATTR(Attrs.DW_AT_lower_bound); in hashAttributes()
|
D | DwarfUnit.cpp | 1279 addUInt(DW_Subrange, dwarf::DW_AT_lower_bound, None, LowerBound); in constructSubrangeDIE()
|
/external/llvm/test/DebugInfo/X86/ |
D | nondefault-subrange-array.ll | 21 ; CHECK-NEXT: DW_AT_lower_bound [DW_FORM_data8] (0xfffffffffffffffd)
|
/external/elfutils/libdw/ |
D | dwarf_aggregate_size.c | 116 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_lower_bound, in array_size()
|
D | dwarf.h | 189 DW_AT_lower_bound = 0x22, enumerator
|
D | dwarf_getlocation.c | 77 case DW_AT_lower_bound: in attr_ok()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 186 DW_AT_lower_bound = 0x22, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 123 if (Optional<DWARFFormValue> L = C.find(DW_AT_lower_bound)) in dumpArrayType() 716 case DW_AT_lower_bound: in mayHaveLocationDescription()
|
D | DWARFContext.cpp | 1048 if (auto LowerBoundAttr = Child.find(DW_AT_lower_bound)) in getTypeSize()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 71 case DW_AT_lower_bound: return "DW_AT_lower_bound"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 118 DW_AT_lower_bound = 0x22, enumerator
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 10372 die_unsigned_constant_attribute(l, DW_AT_lower_bound, l_lower_bound); in compare_dies() 10373 die_unsigned_constant_attribute(r, DW_AT_lower_bound, r_lower_bound); in compare_dies() 13410 die_constant_attribute(die, DW_AT_lower_bound, is_signed, lower_bound); in build_subrange_type()
|
/external/elfutils/src/ |
D | readelf.c | 7602 case DW_AT_lower_bound: in attr_callback()
|
D | ChangeLog | 4078 DW_AT_byte_size, DW_AT_byte_stride, DW_AT_count, DW_AT_lower_bound,
|