Home
last modified time | relevance | path

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/
DDIEHashAttributes.def37 HANDLE_DIE_HASH_ATTR(DW_AT_lower_bound)
DDwarfUnit.cpp1343 addUInt(DW_Subrange, dwarf::DW_AT_lower_bound, None, LowerBound); in constructSubrangeDIE()
/external/llvm/test/DebugInfo/Generic/
Darray.ll31 ;CHECK-NOT: DW_AT_lower_bound
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h63 DIEValue DW_AT_lower_bound; member
DDIEHash.cpp161 COLLECT_ATTR(DW_AT_lower_bound); in collectAttributes()
401 ADD_ATTR(Attrs.DW_AT_lower_bound); in hashAttributes()
DDwarfUnit.cpp1279 addUInt(DW_Subrange, dwarf::DW_AT_lower_bound, None, LowerBound); in constructSubrangeDIE()
/external/llvm/test/DebugInfo/X86/
Dnondefault-subrange-array.ll21 ; CHECK-NEXT: DW_AT_lower_bound [DW_FORM_data8] (0xfffffffffffffffd)
/external/elfutils/libdw/
Ddwarf_aggregate_size.c116 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_lower_bound, in array_size()
Ddwarf.h189 DW_AT_lower_bound = 0x22, enumerator
Ddwarf_getlocation.c77 case DW_AT_lower_bound: in attr_ok()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h186 DW_AT_lower_bound = 0x22, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp123 if (Optional<DWARFFormValue> L = C.find(DW_AT_lower_bound)) in dumpArrayType()
716 case DW_AT_lower_bound: in mayHaveLocationDescription()
DDWARFContext.cpp1048 if (auto LowerBoundAttr = Child.find(DW_AT_lower_bound)) in getTypeSize()
/external/llvm/lib/Support/
DDwarf.cpp71 case DW_AT_lower_bound: return "DW_AT_lower_bound"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h118 DW_AT_lower_bound = 0x22, enumerator
/external/libabigail/src/
Dabg-dwarf-reader.cc10372 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/
Dreadelf.c7602 case DW_AT_lower_bound: in attr_callback()
DChangeLog4078 DW_AT_byte_size, DW_AT_byte_stride, DW_AT_count, DW_AT_lower_bound,