Home
last modified time | relevance | path

Searched refs:DW_AT_high_pc (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_attr.c178 if ((at = _dwarf_attr_find(die, DW_AT_high_pc)) == NULL) { in dwarf_highpc_b()
192 DW_AT_high_pc, cu->cu_length_size == 4 ? 4 : 8, in dwarf_highpc_b()
H A Ddwarf.h131 #define DW_AT_high_pc 0x12 macro
H A Ddwarf_dump.c157 case DW_AT_high_pc: in dwarf_get_AT_name()
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c157 ret = dwarf_attr(die, DW_AT_high_pc, &at, &de); in handle_high_pc()
271 &de) || dwarf_attrval_unsigned(die, DW_AT_high_pc, in collect_func()
620 if (dwarf_attrval_unsigned(die, DW_AT_high_pc, &hipc, &de) == in check_range()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp161 case DW_AT_high_pc: in GetDIENamesAndRanges()
481 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC()
H A DManualDWARFIndex.cpp261 case DW_AT_high_pc: in IndexUnitImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp167 } else if (Attr == DW_AT_high_pc && !DumpOpts.ShowForm && !DumpOpts.Verbose && in dumpAttribute()
349 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC()
H A DDWARFVerifier.cpp1778 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp591 if (dwarf::toAddress(OrigUnit.getUnitDIE().find(dwarf::DW_AT_high_pc)) in shouldKeepSubprogramDIE()
1386 AttrSpec.Attr == dwarf::DW_AT_high_pc) { in cloneAddressAttribute()
1512 } else if (AttrSpec.Attr == dwarf::DW_AT_high_pc && in cloneScalarAttribute()
1652 case dwarf::DW_AT_high_pc: in shouldSkipAttribute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp473 addLabelAddress(D, dwarf::DW_AT_high_pc, End); in attachLowHighPC()
475 addLabelDelta(D, dwarf::DW_AT_high_pc, End, Begin); in attachLowHighPC()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp427 case dwarf::DW_AT_high_pc: in processOneAttribute()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1144 if (dwarf_attrval_unsigned(die, DW_AT_high_pc, &udata, &de) == in search_line_attr()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp799 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr); in EmitGenDwarfAbbrev()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c5343 if (attr == DW_AT_high_pc) in dump_dwarf_die()