Home
last modified time | relevance | path

Searched refs:DW_AT_decl_file (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp48 unsigned file = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_file), 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.cpp246 auto DeclFile = Die.findRecursively(dwarf::DW_AT_decl_file); in constructDieID()
320 if (Die.findRecursively(dwarf::DW_AT_decl_file) && in collectStatsForDie()
595 if (Die.findRecursively(dwarf::DW_AT_decl_file) && in collectStatsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp133 if (Attr == DW_AT_decl_file || Attr == DW_AT_call_file) { in dumpAttribute()
496 if (auto FormValue = findRecursively(DW_AT_decl_file)) in getDeclFile()
H A DDWARFVerifier.cpp804 case DW_AT_decl_file: { in verifyDebugInfoAttribute()
H A DDWARFContext.cpp1695 if (auto DeclFileAttr = Die.find(DW_AT_decl_file)) { in addLocalsForDie()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h163 #define DW_AT_decl_file 0x3a macro
H A Ddwarf_dump.c113 case DW_AT_decl_file: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp185 .addScalarAttribute(dwarf::DW_AT_decl_file, in prepareDataForTreeCreation()
H A DSyntheticTypeNameBuilder.cpp241 InputUnitEntryPair.DieEntry, dwarf::DW_AT_decl_file)) { in addDieNameFromDeclFileAndDeclLine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp195 case DW_AT_decl_file: in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp424 case DW_AT_decl_file: in ParsedDWARFTypeAttributes()
2400 case DW_AT_decl_file: in ParseChildEnumerators()
H A DSymbolFileDWARF.cpp3392 case DW_AT_decl_file: in ParseVariableDIE()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1070 if (dwarf_attrval_unsigned(die, DW_AT_decl_file, &udata, in search_line_attr()
1118 if (dwarf_attrval_unsigned(die, DW_AT_decl_file, &udata, in search_line_attr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp343 Die.findRecursively(dwarf::DW_AT_decl_file), UINT32_MAX); in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp451 addUInt(Die, dwarf::DW_AT_decl_file, std::nullopt, FileID); in addSourceLine()
1328 addUInt(MDie, dwarf::DW_AT_decl_file, std::nullopt, in getOrCreateModule()
1394 addUInt(SPDie, dwarf::DW_AT_decl_file, std::nullopt, DefID); in applySubprogramDefinitionAttributes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp140 case dwarf::DW_AT_decl_file: in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp855 EmitAbbrev(MCOS, dwarf::DW_AT_decl_file, dwarf::DW_FORM_data4); in EmitGenDwarfAbbrev()