Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/Common/
HDDWARF.cpp48 unsigned file = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_file), 0); in DWARFCache()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinkerDeclContext.cpp123 dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_file), 0)) { in getChildDeclContext()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDStatistics.cpp246 auto DeclFile = Die.findRecursively(dwarf::DW_AT_decl_file); in constructDieID()
320 if (Die.findRecursively(dwarf::DW_AT_decl_file) && in collectStatsForDie()
594 if (Die.findRecursively(dwarf::DW_AT_decl_file) && in collectStatsRecursive()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDie.cpp133 if (Attr == DW_AT_decl_file || Attr == DW_AT_call_file) { in dumpAttribute()
477 if (auto FormValue = findRecursively(DW_AT_decl_file)) in getDeclFile()
HDDWARFVerifier.cpp769 case DW_AT_decl_file: { in verifyDebugInfoAttribute()
HDDWARFContext.cpp1697 if (auto DeclFileAttr = Die.find(DW_AT_decl_file)) { in addLocalsForDie()
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h163 #define DW_AT_decl_file 0x3a macro
HDdwarf_dump.c113 case DW_AT_decl_file: in dwarf_get_AT_name()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerTypeUnit.cpp186 .addScalarAttribute(dwarf::DW_AT_decl_file, in prepareDataForTreeCreation()
HDDIEAttributeCloner.cpp362 case dwarf::DW_AT_decl_file: { in cloneScalarAttr()
HDSyntheticTypeNameBuilder.cpp242 InputUnitEntryPair.DieEntry, dwarf::DW_AT_decl_file)) { in addDieNameFromDeclFileAndDeclLine()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.cpp199 case DW_AT_decl_file: in GetDIENamesAndRanges()
HDDWARFASTParserClang.cpp330 case DW_AT_decl_file: in ParsedDWARFTypeAttributes()
2312 case DW_AT_decl_file: in ParseChildEnumerators()
HDSymbolFileDWARF.cpp3485 case DW_AT_decl_file: in ParseVariableDIE()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDDwarfTransformer.cpp334 Die.findRecursively(dwarf::DW_AT_decl_file), UINT32_MAX); in convertFunctionLineTable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp414 addUInt(Die, dwarf::DW_AT_decl_file, std::nullopt, FileID); in addSourceLine()
1177 addUInt(MDie, dwarf::DW_AT_decl_file, std::nullopt, in getOrCreateModule()
1243 addUInt(SPDie, dwarf::DW_AT_decl_file, std::nullopt, DefID); in applySubprogramDefinitionAttributes()
/freebsd-13-stable/contrib/elftoolchain/nm/
HDnm.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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp347 case dwarf::DW_AT_decl_file: in processOneAttribute()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp816 EmitAbbrev(MCOS, dwarf::DW_AT_decl_file, dwarf::DW_FORM_data4); in EmitGenDwarfAbbrev()