Home
last modified time | relevance | path

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/
Ddwarfdump-rnglists.s9 # 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 …]
Drnglists_base_attr.ll4 ; 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
Drnglists_curanges.ll4 ; 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)
Dcu-ranges.ll30 ; 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]
Dfission-ranges.ll50 ; 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/
Ddwarf_formudata.c226 case DW_AT_rnglists_base: in dwarf_formudata()
Ddwarf.h271 DW_AT_rnglists_base = 0x74, enumerator
DlibdwP.h1126 if (dwarf_attr (&cu_die, DW_AT_rnglists_base, &attr) != NULL) in __libdw_cu_ranges_base()
DChangeLog281 (__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/
DDWARFUnit.cpp282 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in extractDIEsIfNeeded()
316 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0)); in extractDIEsIfNeeded()
DDWARFDie.cpp360 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/
DDwarfUnit.cpp1760 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase()
/external/elfutils/src/
DChangeLog506 DW_AT_rnglists_base. Handle DW_FORM_rnglistx. DW_AT_start_scope
Dreadelf.c7218 case DW_AT_rnglists_base: in attr_callback()