Searched refs:DW_AT_decl_file (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 48 unsigned file = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_file), 0); in DWARFCache()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 246 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 D | DWARFDie.cpp | 133 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 D | DWARFVerifier.cpp | 804 case DW_AT_decl_file: { in verifyDebugInfoAttribute()
|
| H A D | DWARFContext.cpp | 1695 if (auto DeclFileAttr = Die.find(DW_AT_decl_file)) { in addLocalsForDie()
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf.h | 163 #define DW_AT_decl_file 0x3a macro
|
| H A D | dwarf_dump.c | 113 case DW_AT_decl_file: in dwarf_get_AT_name()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 185 .addScalarAttribute(dwarf::DW_AT_decl_file, in prepareDataForTreeCreation()
|
| H A D | SyntheticTypeNameBuilder.cpp | 241 InputUnitEntryPair.DieEntry, dwarf::DW_AT_decl_file)) { in addDieNameFromDeclFileAndDeclLine()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 195 case DW_AT_decl_file: in GetDIENamesAndRanges()
|
| H A D | DWARFASTParserClang.cpp | 424 case DW_AT_decl_file: in ParsedDWARFTypeAttributes() 2400 case DW_AT_decl_file: in ParseChildEnumerators()
|
| H A D | SymbolFileDWARF.cpp | 3392 case DW_AT_decl_file: in ParseVariableDIE()
|
| /freebsd/contrib/elftoolchain/nm/ |
| H A D | nm.c | 1070 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 D | DwarfTransformer.cpp | 343 Die.findRecursively(dwarf::DW_AT_decl_file), UINT32_MAX); in convertFunctionLineTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 451 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 D | LVDWARFReader.cpp | 140 case dwarf::DW_AT_decl_file: in processOneAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 855 EmitAbbrev(MCOS, dwarf::DW_AT_decl_file, dwarf::DW_FORM_data4); in EmitGenDwarfAbbrev()
|