Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp294 case DW_AT_ranges: in GetDIENamesAndRanges()
641 if (GetAttributeValue(cu, DW_AT_ranges, form_value)) { in GetAttributeAddressRanges()
H A DManualDWARFIndex.cpp247 case DW_AT_ranges: in IndexUnitImpl()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2.h218 DW_AT_ranges = 0x55, enumerator
H A Ddwarf2out.c4186 case DW_AT_ranges:
11168 add_AT_range_list (stmt_die, DW_AT_ranges, add_ranges (stmt));
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Ddwarf2.h315 DW_AT_ranges = 0x55, enumerator
/openbsd/usr.bin/ctfconv/
H A Ddwarf.h250 #define DW_AT_ranges 0x55 macro
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp207 } else if (Attr == DW_AT_ranges) { in dumpAttribute()
383 std::optional<DWARFFormValue> Value = find(DW_AT_ranges); in getAddressRanges()
H A DDWARFVerifier.cpp582 case DW_AT_ranges: in verifyDebugInfoAttribute()
1529 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Ddwarf2.h317 DW_AT_ranges = 0x55, enumerator
/openbsd/gnu/gcc/gcc/
H A Ddwarf2.h317 DW_AT_ranges = 0x55, enumerator
H A Ddwarf2out.c4679 case DW_AT_ranges: in dwarf_attr_name()
12134 add_AT_range_list (die, DW_AT_ranges, add_ranges (stmt)); in add_high_low_attributes()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp592 addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_rnglistx, Index); in addScopeRangeList()
598 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
601 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c1758 case DW_AT_ranges: in scan_unit_for_symbols()
1991 case DW_AT_ranges: in parse_comp_unit()
H A DChangeLog-20053700 low/high members. Handle a DW_AT_ranges attribute.
3702 members. Save comp unit base address. Handle a DW_AT_ranges
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp441 case dwarf::DW_AT_ranges: in processOneAttribute()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c1160 case DW_AT_ranges: in read_and_display_attr_value()
1443 case DW_AT_ranges: return "DW_AT_ranges"; in get_AT_name()
H A DChangeLog-2004132 attributes. Use decode_ranges() to display a DW_AT_ranges
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1300 if (AttrSpec.Attr == dwarf::DW_AT_ranges) { in cloneScalarAttribute()
1430 case dwarf::DW_AT_ranges: in shouldSkipAttribute()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp788 EmitAbbrev(MCOS, dwarf::DW_AT_ranges, SecOffsetForm); in EmitGenDwarfAbbrev()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c3048 attr = dwarf2_attr (die, DW_AT_ranges, cu); in dwarf2_get_pc_bounds()
7790 case DW_AT_ranges: in dwarf_attr_name()
H A DChangeLog-20033430 associated with DW_AT_ranges attribute is out of bounds.
14155 Look for DW_AT_ranges and return the bounding box.
/openbsd/gnu/llvm/llvm/docs/
H A DSourceLevelDebugging.rst1901 ``DW_AT_high_pc``, ``DW_AT_ranges`` or ``DW_AT_entry_pc``. It also contains
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c6956 case DW_AT_ranges: return "DW_AT_ranges"; in get_AT_name()