Home
last modified time | relevance | path

Searched refs:DW_AT_ranges (Results 1 – 25 of 34) 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/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/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/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()
517 attr = INTUSE(dwarf_attr_integrate) (die, DW_AT_ranges, &attr_mem); in dwarf_ranges()
Ddwarf_formudata.c223 case DW_AT_ranges: in dwarf_formudata()
Ddwarf.h240 DW_AT_ranges = 0x55, enumerator
/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/
Dfunctioninfo.cc188 case DW_AT_ranges: in ProcessAttributeUnsigned()
Ddwarf2enums.h230 DW_AT_ranges = 0x55, enumerator
Ddwarf2reader.h448 else if (attr == DW_AT_ranges && is_split_dwarf_) { in ProcessAttributeUnsigned()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp305 } else if (Attr == DW_AT_ranges) { in dumpAttribute()
454 Optional<DWARFFormValue> Value = find(DW_AT_ranges); in getAddressRanges()
/external/llvm/lib/Support/
DDwarf.cpp114 case DW_AT_ranges: return "DW_AT_ranges"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h161 DW_AT_ranges = 0x55, enumerator
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc514 case dwarf2reader::DW_AT_ranges: in ProcessAttributeUnsigned()
841 case dwarf2reader::DW_AT_ranges: in ProcessAttributeUnsigned()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp496 addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_rnglistx, Index); in addScopeRangeList()
502 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
505 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
/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-dw4-linking-x86.test112 CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
Dbasic-lto-linking-x86.test122 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000000

12