Searched refs:DW_AT_decl_file (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/lld/Common/ |
| HD | DWARF.cpp | 48 unsigned file = dwarf::toUnsigned(die.find(dwarf::DW_AT_decl_file), 0); in DWARFCache()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| HD | DWARFLinkerDeclContext.cpp | 123 dwarf::toUnsigned(DIE.find(dwarf::DW_AT_decl_file), 0)) { in getChildDeclContext()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| HD | 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() 594 if (Die.findRecursively(dwarf::DW_AT_decl_file) && in collectStatsRecursive()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDie.cpp | 133 if (Attr == DW_AT_decl_file || Attr == DW_AT_call_file) { in dumpAttribute() 477 if (auto FormValue = findRecursively(DW_AT_decl_file)) in getDeclFile()
|
| HD | DWARFVerifier.cpp | 769 case DW_AT_decl_file: { in verifyDebugInfoAttribute()
|
| HD | DWARFContext.cpp | 1697 if (auto DeclFileAttr = Die.find(DW_AT_decl_file)) { in addLocalsForDie()
|
| /freebsd-13-stable/contrib/elftoolchain/libdwarf/ |
| HD | dwarf.h | 163 #define DW_AT_decl_file 0x3a macro
|
| HD | dwarf_dump.c | 113 case DW_AT_decl_file: in dwarf_get_AT_name()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| HD | DWARFLinkerTypeUnit.cpp | 186 .addScalarAttribute(dwarf::DW_AT_decl_file, in prepareDataForTreeCreation()
|
| HD | DIEAttributeCloner.cpp | 362 case dwarf::DW_AT_decl_file: { in cloneScalarAttr()
|
| HD | SyntheticTypeNameBuilder.cpp | 242 InputUnitEntryPair.DieEntry, dwarf::DW_AT_decl_file)) { in addDieNameFromDeclFileAndDeclLine()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDebugInfoEntry.cpp | 199 case DW_AT_decl_file: in GetDIENamesAndRanges()
|
| HD | DWARFASTParserClang.cpp | 330 case DW_AT_decl_file: in ParsedDWARFTypeAttributes() 2312 case DW_AT_decl_file: in ParseChildEnumerators()
|
| HD | SymbolFileDWARF.cpp | 3485 case DW_AT_decl_file: in ParseVariableDIE()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| HD | DwarfTransformer.cpp | 334 Die.findRecursively(dwarf::DW_AT_decl_file), UINT32_MAX); in convertFunctionLineTable()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfUnit.cpp | 414 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/ |
| HD | 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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| HD | LVDWARFReader.cpp | 347 case dwarf::DW_AT_decl_file: in processOneAttribute()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCDwarf.cpp | 816 EmitAbbrev(MCOS, dwarf::DW_AT_decl_file, dwarf::DW_FORM_data4); in EmitGenDwarfAbbrev()
|