Home
last modified time | relevance | path

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

12

/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
Dfission-cu.ll21 ; DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_dwo_name, DW_AT_dwo_id,
Dfission-ranges.ll19 ; CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
/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/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/elfutils/libdw/
Ddwarf_ranges.c117 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_ranges, in dwarf_ranges()
Ddwarf_formudata.c167 case DW_AT_ranges: in dwarf_formudata()
Ddwarf.h200 DW_AT_ranges = 0x55, enumerator
/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/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp176 } else if (attr == DW_AT_ranges) { in dumpAttribute()
342 getAttributeValueAsSectionOffset(U, DW_AT_ranges, -1U); in getAddressRanges()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h227 DW_AT_ranges = 0x55, enumerator
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h292 DW_AT_ranges = 0x55, enumerator
Dd3basics.c264 case DW_AT_ranges: return "DW_AT_ranges"; in ML_()
/external/llvm/include/llvm/Support/
DDwarf.h161 DW_AT_ranges = 0x55, enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h206 DW_AT_ranges = 0x55, enumerator
/external/llvm/lib/Support/
DDwarf.cpp114 case DW_AT_ranges: return "DW_AT_ranges"; in AttributeString()
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp182 case DW_AT_ranges: return "DW_AT_ranges"; in AttributeString()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp406 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList()
409 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList()
/external/llvm/test/tools/dsymutil/X86/
Dbasic-lto-linking-x86.test122 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000000
Dbasic-lto-dw4-linking-x86.test112 CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Ddbg-inline.ll26 ;CHECK: DW_AT_ranges
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp265 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4, in constructLexicalScopeDIE()
333 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4, in constructInlinedScopeDIE()
1538 case dwarf::DW_AT_ranges: { in emitDIE()

12