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.cpp818 addFlag(Arg, dwarf::DW_AT_artificial); in constructSubprogramArguments()
1310 addFlag(SPDie, dwarf::DW_AT_artificial); in applySubprogramAttributes()
1700 addFlag(MemberDie, dwarf::DW_AT_artificial); in constructMemberDIE()
H A DDwarfCompileUnit.cpp1627 addFlag(VariableDie, dwarf::DW_AT_artificial); in applyCommonDbgVariableAttributes()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp82 if (dwarf::toUnsigned(DIE.find(dwarf::DW_AT_artificial), 0)) in getChildDeclContext()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp119 if (dwarf::toUnsigned(CU.find(FunctionParameter, dwarf::DW_AT_artificial), in addParamNames()
352 dwarf::DW_AT_artificial)) in addTypeName()
/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.cpp534 if (SkipFirstParamIfArtificial && RealFirst && P.find(DW_AT_artificial)) { in appendSubroutineNameAfter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp306 case DW_AT_artificial: in ParsedDWARFTypeAttributes()
2679 case DW_AT_artificial: in MemberAttributes()
3230 case DW_AT_artificial: in ParseChildParameters()
3702 if (die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
H A DSymbolFileDWARF.cpp3538 case DW_AT_artificial: in ParseVariableDIE()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp440 if (Die.find(dwarf::DW_AT_artificial)) { in collectStatsForDie()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp299 case dwarf::DW_AT_artificial: in processOneAttribute()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1051 if (dwarf_attrval_flag(die, DW_AT_artificial, &flag, &de) == in search_line_attr()