Searched refs:DW_AT_ranges (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 162 case DW_AT_ranges: in GetDIENamesAndRanges() 543 if (GetAttributeValue(cu, DW_AT_ranges, form_value)) in GetAttributeAddressRanges()
|
| H A D | ManualDWARFIndex.cpp | 275 case DW_AT_ranges: in IndexUnitImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 210 } else if (Attr == DW_AT_ranges) { in dumpAttribute() 395 std::optional<DWARFFormValue> Value = find(DW_AT_ranges); in getAddressRanges()
|
| H A D | DWARFVerifier.cpp | 706 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 D | dwarf.h | 190 #define DW_AT_ranges 0x55 macro
|
| H A D | dwarf_form.c | 467 case DW_AT_ranges: in dwarf_get_form_class()
|
| H A D | dwarf_dump.c | 209 case DW_AT_ranges: in dwarf_get_AT_name()
|
| /freebsd/contrib/elftoolchain/addr2line/ |
| H A D | addr2line.c | 251 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 D | DwarfCompileUnit.cpp | 669 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 D | LVDWARFReader.cpp | 253 case dwarf::DW_AT_ranges: in processOneAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1553 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 D | MCDwarf.cpp | 835 EmitAbbrev(MCOS, dwarf::DW_AT_ranges, SecOffsetForm); in EmitGenDwarfAbbrev()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 5863 if (attr != DW_AT_ranges) in dump_dwarf_ranges_foreach()
|