Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp53 unsigned line = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_line), 0); in DWARFCache()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp258 << dwarf::toUnsigned(Die.findRecursively(dwarf::DW_AT_decl_line), 0); in constructDieID()
321 Die.findRecursively(dwarf::DW_AT_decl_line)) in collectStatsForDie()
595 Die.findRecursively(dwarf::DW_AT_decl_line)) in collectStatsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp151 else if (Attr == DW_AT_decl_line || Attr == DW_AT_decl_column || in dumpAttribute()
472 return toUnsigned(findRecursively(DW_AT_decl_line), 0); in getDeclLine()
H A DDWARFVerifier.cpp810 case DW_AT_decl_line: { in verifyDebugInfoAttribute()
H A DDWARFContext.cpp1704 if (auto DeclLineAttr = Die.find(DW_AT_decl_line)) in addLocalsForDie()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h164 #define DW_AT_decl_line 0x3b macro
H A Ddwarf_dump.c115 case DW_AT_decl_line: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp204 case DW_AT_decl_line: in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp335 case DW_AT_decl_line: in ParsedDWARFTypeAttributes()
2316 case DW_AT_decl_line: in ParseChildEnumerators()
H A DSymbolFileDWARF.cpp3489 case DW_AT_decl_line: in ParseVariableDIE()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp344 dwarf::toUnsigned(Die.findRecursively({dwarf::DW_AT_decl_line}))) { in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp415 addUInt(Die, dwarf::DW_AT_decl_line, std::nullopt, Line); in addSourceLine()
1180 addUInt(MDie, dwarf::DW_AT_decl_line, std::nullopt, M->getLineNo()); in getOrCreateModule()
1246 addUInt(SPDie, dwarf::DW_AT_decl_line, std::nullopt, SP->getLine()); in applySubprogramDefinitionAttributes()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1081 if (dwarf_attrval_unsigned(die, DW_AT_decl_line, &udata, &de) == in search_line_attr()
1129 if (dwarf_attrval_unsigned(die, DW_AT_decl_line, &udata, &de) == in search_line_attr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp344 case dwarf::DW_AT_decl_line: in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp817 EmitAbbrev(MCOS, dwarf::DW_AT_decl_line, dwarf::DW_FORM_data4); in EmitGenDwarfAbbrev()