Home
last modified time | relevance | path

Searched refs:DW_AT_lower_bound (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/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()
/third_party/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()
/third_party/skia/third_party/externals/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()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc10864 die_unsigned_constant_attribute(l, DW_AT_lower_bound, l_lower_bound); in compare_dies()
10865 die_unsigned_constant_attribute(r, DW_AT_lower_bound, r_lower_bound); in compare_dies()
14014 die_constant_attribute(die, DW_AT_lower_bound, is_signed, lower_bound); in build_subrange_type()
/third_party/elfutils/src/
DChangeLog4178 DW_AT_byte_size, DW_AT_byte_stride, DW_AT_count, DW_AT_lower_bound,
Dreadelf.c7765 case DW_AT_lower_bound: in attr_callback()