/external/llvm/test/DebugInfo/X86/ |
D | cu-ranges.ll | 16 ; 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
|
D | cu-ranges-odr.ll | 15 ; With function sections enabled make sure that we have a DW_AT_ranges attribute. 16 ; CHECK: DW_AT_ranges
|
D | fission-inline.ll | 27 ; f1 calls from f2. This causes f2's inlined_subroutine to use DW_AT_ranges, 69 ; CHECK-NEXT: DW_AT_ranges
|
D | fission-cu.ll | 21 ; DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_dwo_name, DW_AT_dwo_id,
|
D | fission-ranges.ll | 19 ; CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-ranges.test | 6 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000000 12 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000030
|
/external/elfutils/tests/ |
D | attr-integrate-skel.c | 86 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/ |
D | cu-range-hole.ll | 10 ; a single range and no DW_AT_ranges. 12 ; CHECK: DW_AT_ranges
|
D | cu-ranges.ll | 8 ; CHECK: DW_AT_ranges
|
/external/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 12 ; * 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/ |
D | dwarf_ranges.c | 507 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()
|
D | dwarf_formudata.c | 223 case DW_AT_ranges: in dwarf_formudata()
|
D | dwarf.h | 240 DW_AT_ranges = 0x55, enumerator
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 176 } else if (attr == DW_AT_ranges) { in dumpAttribute() 342 getAttributeValueAsSectionOffset(U, DW_AT_ranges, -1U); in getAddressRanges()
|
/external/google-breakpad/src/common/dwarf/ |
D | functioninfo.cc | 188 case DW_AT_ranges: in ProcessAttributeUnsigned()
|
D | dwarf2enums.h | 230 DW_AT_ranges = 0x55, enumerator
|
D | dwarf2reader.h | 448 else if (attr == DW_AT_ranges && is_split_dwarf_) { in ProcessAttributeUnsigned()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 305 } else if (Attr == DW_AT_ranges) { in dumpAttribute() 454 Optional<DWARFFormValue> Value = find(DW_AT_ranges); in getAddressRanges()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 114 case DW_AT_ranges: return "DW_AT_ranges"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 161 DW_AT_ranges = 0x55, enumerator
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 514 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/ |
D | DwarfCompileUnit.cpp | 496 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/ |
D | DwarfCompileUnit.cpp | 406 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/ |
D | basic-lto-dw4-linking-x86.test | 112 CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
|
D | basic-lto-linking-x86.test | 122 CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000000
|