Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp162 case DW_AT_ranges: in GetDIENamesAndRanges()
543 if (GetAttributeValue(cu, DW_AT_ranges, form_value)) in GetAttributeAddressRanges()
H A DManualDWARFIndex.cpp275 case DW_AT_ranges: in IndexUnitImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp210 } else if (Attr == DW_AT_ranges) { in dumpAttribute()
395 std::optional<DWARFFormValue> Value = find(DW_AT_ranges); in getAddressRanges()
H A DDWARFVerifier.cpp706 case DW_AT_ranges: in verifyDebugInfoAttribute()
1915 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h190 #define DW_AT_ranges 0x55 macro
H A Ddwarf_form.c467 case DW_AT_ranges: in dwarf_get_form_class()
H A Ddwarf_dump.c209 case DW_AT_ranges: in dwarf_get_AT_name()
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c251 if (dwarf_attrval_unsigned(die, DW_AT_ranges, &ranges_off, in collect_func()
584 if (dwarf_attrval_unsigned(die, DW_AT_ranges, &ranges_off, &de) == in check_range()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp669 addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_rnglistx, Index); in addScopeRangeList()
675 addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
678 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp253 case dwarf::DW_AT_ranges: in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1553 if (AttrSpec.Attr == dwarf::DW_AT_ranges || in cloneScalarAttribute()
1671 case dwarf::DW_AT_ranges: in shouldSkipAttribute()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp835 EmitAbbrev(MCOS, dwarf::DW_AT_ranges, SecOffsetForm); in EmitGenDwarfAbbrev()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c5863 if (attr != DW_AT_ranges) in dump_dwarf_ranges_foreach()