Home
last modified time | relevance | path

Searched refs:DW_AT_artificial (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def9 HANDLE_DIE_HASH_ATTR(DW_AT_artificial)
H A DDwarfUnit.cpp851 addFlag(Arg, dwarf::DW_AT_artificial); in constructSubprogramArguments()
1343 addFlag(SPDie, dwarf::DW_AT_artificial); in applySubprogramAttributes()
1740 addFlag(MemberDie, dwarf::DW_AT_artificial); in constructMemberDIE()
H A DDwarfCompileUnit.cpp1648 addFlag(VariableDie, dwarf::DW_AT_artificial); in applyCommonDbgVariableAttributes()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h157 #define DW_AT_artificial 0x34 macro
H A Ddwarf_dump.c65 case DW_AT_artificial: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp550 if (SkipFirstParamIfArtificial && RealFirst && P.find(DW_AT_artificial)) { in appendSubroutineNameAfter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp302 case DW_AT_artificial: in ParsedDWARFTypeAttributes()
2609 case DW_AT_artificial: in MemberAttributes()
3160 case DW_AT_artificial: in ParseChildParameters()
3632 if (die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
H A DSymbolFileDWARF.cpp3517 case DW_AT_artificial: in ParseVariableDIE()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp300 case dwarf::DW_AT_artificial: in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp451 if (Die.find(dwarf::DW_AT_artificial)) { in collectStatsForDie()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1051 if (dwarf_attrval_flag(die, DW_AT_artificial, &flag, &de) == in search_line_attr()