Home
last modified time | relevance | path

Searched refs:DW_AT_ranges (Results 1 – 25 of 54) sorted by relevance

123

/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
10 # attribute using DW_FORM_sec_offset, the other with DW_AT_ranges using
19 .byte 0x55 # DW_AT_ranges
28 .byte 0x55 # DW_AT_ranges
40 .byte 0x55 # DW_AT_ranges
53 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges.
56 .long Rnglist_Table0_Rnglist0 # DW_AT_ranges
67 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges.
70 .uleb128 1 # DW_AT_ranges
80 # The compile-unit DIE, which has DW_AT_rnglists_base and DW_AT_ranges.
[all …]
Ddwarfdump-ranges-baseaddr.s8 # CHECK-NEXT: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
51 .byte 85 # DW_AT_ranges
70 .long .Ldebug_ranges0 # DW_AT_ranges
72 # A CU with an invalid DW_AT_ranges attribute
85 .long 0x4000 # DW_AT_ranges
89 # A CU where the DW_AT_ranges attribute points to an invalid range list.
102 .long .Ldebug_ranges1 # DW_AT_ranges
Ddwarfdump-ranges-unrelocated.s6 # CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
19 # BRIEF: DW_AT_ranges (0x00000000
65 .byte 85 # DW_AT_ranges
84 .long .Ldebug_ranges0 # DW_AT_ranges
Dno_debug_ranges.ll4 ; DISABLED-NOT: {{DW_AT_ranges|.debug_ranges}}
6 ; DISABLED-NOT: {{DW_AT_ranges|.section}}
9 ; DISABLED-NOT: {{DW_AT_ranges|.debug_ranges}}
14 ; CHECK-NEXT: long [[RANGE0:[.]Ldebug_ranges[0-9]+]] # DW_AT_ranges
Dcu-ranges.ll19 ; With function sections enabled make sure that we have a DW_AT_ranges attribute.
20 ; FUNCTION-SECTIONS: DW_AT_ranges
25 ; Without function sections enabled make sure that we have no DW_AT_ranges attribute.
26 ; NO-FUNCTION-SECTIONS-NOT: DW_AT_ranges
28 ; NO-FUNCTION-SECTIONS-NOT: DW_AT_ranges
Ddwarfdump-ranges-baseaddr-exe.s10 # CHECK-NEXT: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
Drnglists_base_attr.ll32 ; CHECK: DW_AT_ranges
42 ; CHECK: DW_AT_ranges
Dcu-ranges-odr.ll15 ; With function sections enabled make sure that we have a DW_AT_ranges attribute.
16 ; CHECK: DW_AT_ranges
Dfission-inline.ll27 ; f1 calls from f2. This causes f2's inlined_subroutine to use DW_AT_ranges,
69 ; CHECK-NEXT: DW_AT_ranges
/external/llvm/test/DebugInfo/X86/
Dcu-ranges.ll16 ; With function sections enabled make sure that we have a DW_AT_ranges attribute.
17 ; FUNCTION-SECTIONS: DW_AT_ranges
22 ; Without function sections enabled make sure that we have no DW_AT_ranges attribute.
23 ; NO-FUNCTION-SECTIONS-NOT: DW_AT_ranges
25 ; NO-FUNCTION-SECTIONS-NOT: DW_AT_ranges
Dcu-ranges-odr.ll15 ; With function sections enabled make sure that we have a DW_AT_ranges attribute.
16 ; CHECK: DW_AT_ranges
Dfission-inline.ll27 ; f1 calls from f2. This causes f2's inlined_subroutine to use DW_AT_ranges,
69 ; CHECK-NEXT: DW_AT_ranges
/external/llvm/test/DebugInfo/
Ddwarfdump-ranges.test6 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000000
12 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000030
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-ranges.test6 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000000
12 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000030
Ddwarfdump-zlib.test16 CHECK: DW_AT_ranges {{.*}} (0x00000000{{$}}
/external/elfutils/tests/
Dattr-integrate-skel.c86 if (dwarf_hasattr (&subdie, DW_AT_ranges)) in main()
91 if (dwarf_hasattr_integrate (&subdie, DW_AT_ranges)) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dcu-range-hole.ll10 ; a single range and no DW_AT_ranges.
12 ; CHECK: DW_AT_ranges
Dcu-ranges.ll8 ; CHECK: DW_AT_ranges
/external/llvm/test/DebugInfo/Generic/
Dcu-range-hole.ll10 ; a single range and no DW_AT_ranges.
12 ; CHECK: DW_AT_ranges
Dcu-ranges.ll8 ; CHECK: DW_AT_ranges
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp261 } else if (Attr == DW_AT_ranges) { in dumpAttribute()
265 Optional<DWARFFormValue> Value = Die.find(DW_AT_ranges); in dumpAttribute()
400 Optional<DWARFFormValue> Value = find(DW_AT_ranges); in getAddressRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
Dgmlt.ll12 ; * yet still produces DW_AT_ranges and a range list in debug_ranges that
16 ; CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll12 ; * yet still produces DW_AT_ranges and a range list in debug_ranges that
16 ; CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
/external/elfutils/libdw/
Ddwarf_ranges.c507 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_ranges, in dwarf_ranges()
512 attr = INTUSE(dwarf_attr_integrate) (die, DW_AT_ranges, &attr_mem); in dwarf_ranges()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp176 } else if (attr == DW_AT_ranges) { in dumpAttribute()
342 getAttributeValueAsSectionOffset(U, DW_AT_ranges, -1U); in getAddressRanges()

123