Searched refs:DW_AT_rnglists_base (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-rnglists.s | 9 # There are 2 full CUs with DW_AT_rnglists_base, one with a DW_AT_ranges 17 .byte 0x74 # DW_AT_rnglists_base 26 .byte 0x74 # DW_AT_rnglists_base 35 # There is no DW_AT_rnglists_base in split units. 53 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges. 55 .long Rnglist_Table0_base # DW_AT_rnglists_base 67 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges. 69 .long Rnglist_Table0_base # DW_AT_rnglists_base 73 # A CU with an invalid DW_AT_rnglists_base attribute 80 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges. [all …]
|
D | rnglists_base_attr.ll | 4 ; Make sure we don't generate a duplicate DW_AT_rnglists_base attribute in the CU DIE 35 ; We should not see any duplicate DW_AT_rnglists_base attributes. 36 ; CHECK: DW_AT_rnglists_base [DW_FORM_sec_offset] (0x0000000c) 37 ; CHECK-NOT: DW_AT_rnglists_base
|
D | rnglists_curanges.ll | 4 ; Check that we generate DW_AT_rnglists_base in the CU die, as well as a range 17 ; CHECK: DW_AT_rnglists_base [DW_FORM_sec_offset] (0x0000000c)
|
D | cu-ranges.ll | 30 ; For Dwarf 5 check that we neither generate DW_AT_rnglists_base for the CU DIE nor 35 ; DWARF5-NOT: DW_AT_rnglists_base [DW_FORM_sec_offset]
|
D | fission-ranges.ll | 50 ; section and that the compile unit has a DW_AT_rnglists_base attribute. 56 ; V5RNGLISTS: DW_AT_rnglists_base [DW_FORM_sec_offset] (0x0000000c)
|
/external/elfutils/libdw/ |
D | dwarf_formudata.c | 226 case DW_AT_rnglists_base: in dwarf_formudata()
|
D | dwarf.h | 271 DW_AT_rnglists_base = 0x74, enumerator
|
D | libdwP.h | 1126 if (dwarf_attr (&cu_die, DW_AT_rnglists_base, &attr) != NULL) in __libdw_cu_ranges_base()
|
D | ChangeLog | 281 (__libdw_cu_ranges_base): Handle DW_AT_rnglists_base. 289 * dwarf_formudata.c (dwarf_formudata): Handle DW_AT_rnglists_base
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 282 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in extractDIEsIfNeeded() 316 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0)); in extractDIEsIfNeeded()
|
D | DWARFDie.cpp | 360 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base})); in getRangesBaseAttribute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1760 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase()
|
/external/elfutils/src/ |
D | ChangeLog | 506 DW_AT_rnglists_base. Handle DW_FORM_rnglistx. DW_AT_start_scope
|
D | readelf.c | 7218 case DW_AT_rnglists_base: in attr_callback()
|