Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjC/
Ddebug-info-self.m2 // self and _cmd are marked as DW_AT_artificial.
3 // myarg is not marked as DW_AT_artificial.
/external/llvm/test/DebugInfo/
Dmember-pointers.ll12 ; CHECK-NEXT: DW_AT_artificial [DW_FORM_flag
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h42 AttrEntry DW_AT_artificial; member
DDIEHash.cpp144 COLLECT_ATTR(DW_AT_artificial); in collectAttributes()
386 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes()
DDwarfUnit.cpp991 addFlag(Arg, dwarf::DW_AT_artificial); in constructSubprogramArguments()
1327 addFlag(SPDie, dwarf::DW_AT_artificial); in applySubprogramAttributes()
1544 addFlag(MemberDie, dwarf::DW_AT_artificial); in constructMemberDIE()
DDwarfCompileUnit.cpp799 addFlag(VariableDie, dwarf::DW_AT_artificial); in applyVariableAttributes()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h193 DW_AT_artificial = 0x34, enumerator
/external/llvm/test/DebugInfo/X86/
Dinline-member-function.ll32 ; CHECK-NOT: DW_AT_artificial
Delf-names.ll14 ; CHECK: DW_AT_artificial [DW_FORM_flag_present] (true)
Ddebug-info-blocks.ll39 ; CHECK: DW_AT_artificial
/external/elfutils/src/libdw/
Ddwarf.h164 DW_AT_artificial = 0x34, enumerator
Dknown-dwarf.h51 ONE_KNOWN_DW_AT (artificial, DW_AT_artificial) \
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h258 DW_AT_artificial = 0x34, enumerator
Dd3basics.c230 case DW_AT_artificial: return "DW_AT_artificial"; in ML_()
/external/llvm/lib/Support/
DDwarf.cpp81 case DW_AT_artificial: return "DW_AT_artificial"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h127 DW_AT_artificial = 0x34, enumerator
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1793 case DW_AT_artificial: is_artificial = form_value.Boolean(); break; in ParseChildMembers()
4190 case DW_AT_artificial: is_artificial = form_value.Boolean(); break; in ParseChildParameters()
5362 … if (src_die->GetAttributeValueAsUnsigned(src_symfile, src_cu, DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
5384 if (dst_die->GetAttributeValueAsUnsigned(this, dst_cu, DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
6403 … case DW_AT_artificial: is_artificial = form_value.Boolean(); break; in ParseType()
7341 case DW_AT_artificial: is_artificial = form_value.Boolean(); break; in ParseVariableDIE()
/external/llvm/docs/
DSourceLevelDebugging.rst517 ivar (with the ``DW_AT_artificial`` set to 1), whose name will be the name used