Home
last modified time | relevance | path

Searched refs:DW_AT_high_pc (Results 1 – 16 of 16) 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/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp144 case dwarf::DW_AT_high_pc: in shouldSkipAttribute()
457 } else if (AttrSpec.Attr == dwarf::DW_AT_high_pc && in cloneScalarAttr()
624 AttrSpec.Attr == dwarf::DW_AT_high_pc) { in cloneAddressAttr()
H A DDependencyTracker.cpp815 if (dwarf::toAddress(Entry.CU->find(Entry.DieEntry, dwarf::DW_AT_high_pc)) in isLiveSubprogramEntry()
/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.cpp163 case DW_AT_high_pc: in GetDIENamesAndRanges()
483 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC()
H A DManualDWARFIndex.cpp258 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()
350 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC()
H A DDWARFVerifier.cpp1596 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp580 if (dwarf::toAddress(OrigUnit.getUnitDIE().find(dwarf::DW_AT_high_pc)) in shouldKeepSubprogramDIE()
1369 AttrSpec.Attr == dwarf::DW_AT_high_pc) { in cloneAddressAttribute()
1495 } else if (AttrSpec.Attr == dwarf::DW_AT_high_pc && in cloneScalarAttribute()
1635 case dwarf::DW_AT_high_pc: in shouldSkipAttribute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp458 addLabelAddress(D, dwarf::DW_AT_high_pc, End); in attachLowHighPC()
460 addLabelDelta(D, dwarf::DW_AT_high_pc, End, Begin); in attachLowHighPC()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp424 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.cpp793 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()