Home
last modified time | relevance | path

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

/freebsd-head/contrib/elftoolchain/libdwarf/
HDdwarf_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()
HDdwarf.h131 #define DW_AT_high_pc 0x12 macro
HDdwarf_dump.c157 case DW_AT_high_pc: in dwarf_get_AT_name()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDIEAttributeCloner.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()
HDDependencyTracker.cpp815 if (dwarf::toAddress(Entry.CU->find(Entry.DieEntry, dwarf::DW_AT_high_pc)) in isLiveSubprogramEntry()
/freebsd-head/contrib/elftoolchain/addr2line/
HDaddr2line.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-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.cpp161 case DW_AT_high_pc: in GetDIENamesAndRanges()
481 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC()
HDManualDWARFIndex.cpp261 case DW_AT_high_pc: in IndexUnitImpl()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDie.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()
HDDWARFVerifier.cpp1778 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.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-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp473 addLabelAddress(D, dwarf::DW_AT_high_pc, End); in attachLowHighPC()
475 addLabelDelta(D, dwarf::DW_AT_high_pc, End, Begin); in attachLowHighPC()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp427 case dwarf::DW_AT_high_pc: in processOneAttribute()
/freebsd-head/contrib/elftoolchain/nm/
HDnm.c1144 if (dwarf_attrval_unsigned(die, DW_AT_high_pc, &udata, &de) == in search_line_attr()
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp799 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr); in EmitGenDwarfAbbrev()
/freebsd-head/contrib/elftoolchain/readelf/
HDreadelf.c5343 if (attr == DW_AT_high_pc) in dump_dwarf_die()