Searched refs:DW_AT_high_pc (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_attr.c | 178 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 D | dwarf.h | 131 #define DW_AT_high_pc 0x12 macro
|
| H A D | dwarf_dump.c | 157 case DW_AT_high_pc: in dwarf_get_AT_name()
|
| /freebsd/contrib/elftoolchain/addr2line/ |
| H A D | addr2line.c | 157 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 D | DWARFDebugInfoEntry.cpp | 147 case DW_AT_high_pc: in GetDIENamesAndRanges() 504 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC()
|
| H A D | ManualDWARFIndex.cpp | 274 case DW_AT_high_pc: in IndexUnitImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 167 } else if (Attr == DW_AT_high_pc && !DumpOpts.ShowForm && !DumpOpts.Verbose && in dumpAttribute() 359 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC()
|
| H A D | DWARFVerifier.cpp | 1915 {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 D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 591 if (dwarf::toAddress(OrigUnit.getUnitDIE().find(dwarf::DW_AT_high_pc)) in shouldKeepSubprogramDIE() 1386 AttrSpec.Attr == dwarf::DW_AT_high_pc) { in cloneAddressAttribute() 1530 } else if (AttrSpec.Attr == dwarf::DW_AT_high_pc && in cloneScalarAttribute() 1670 case dwarf::DW_AT_high_pc: in shouldSkipAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 497 addLabelAddress(D, dwarf::DW_AT_high_pc, End); in attachLowHighPC() 499 addLabelDelta(D, dwarf::DW_AT_high_pc, End, Begin); in attachLowHighPC()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 229 case dwarf::DW_AT_high_pc: in processOneAttribute()
|
| /freebsd/contrib/elftoolchain/nm/ |
| H A D | nm.c | 1144 if (dwarf_attrval_unsigned(die, DW_AT_high_pc, &udata, &de) == in search_line_attr()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 838 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr); in EmitGenDwarfAbbrev()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 5343 if (attr == DW_AT_high_pc) in dump_dwarf_die()
|