Searched refs:DW_AT_artificial (Results 1 – 18 of 18) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | debug-info-self.m | 2 // self and _cmd are marked as DW_AT_artificial. 3 // myarg is not marked as DW_AT_artificial.
|
/external/llvm/test/DebugInfo/Generic/ |
D | member-pointers.ll | 12 ; CHECK-NEXT: DW_AT_artificial [DW_FORM_flag
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 35 DIEValue DW_AT_artificial; member
|
D | DIEHash.cpp | 133 COLLECT_ATTR(DW_AT_artificial); in collectAttributes() 374 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes()
|
D | DwarfUnit.cpp | 880 addFlag(Arg, dwarf::DW_AT_artificial); in constructSubprogramArguments() 1240 addFlag(SPDie, dwarf::DW_AT_artificial); in applySubprogramAttributes() 1468 addFlag(MemberDie, dwarf::DW_AT_artificial); in constructMemberDIE()
|
D | DwarfCompileUnit.cpp | 805 addFlag(VariableDie, dwarf::DW_AT_artificial); in applyVariableAttributes()
|
/external/llvm/test/DebugInfo/X86/ |
D | inline-member-function.ll | 32 ; CHECK-NOT: DW_AT_artificial
|
D | elf-names.ll | 14 ; CHECK: DW_AT_artificial [DW_FORM_flag_present] (true)
|
D | debug-info-blocks.ll | 39 ; CHECK: DW_AT_artificial
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 193 DW_AT_artificial = 0x34, enumerator
|
/external/elfutils/libdw/ |
D | dwarf.h | 167 DW_AT_artificial = 0x34, enumerator
|
D | known-dwarf.h | 51 DWARF_ONE_KNOWN_DW_AT (artificial, DW_AT_artificial) \
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 258 DW_AT_artificial = 0x34, enumerator
|
D | d3basics.c | 230 case DW_AT_artificial: return "DW_AT_artificial"; in ML_()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 81 case DW_AT_artificial: return "DW_AT_artificial"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 128 DW_AT_artificial = 0x34, enumerator
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1575 dwarf::DW_AT_artificial, 0)) in getChildDeclContext()
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 515 ivar (with the ``DW_AT_artificial`` set to 1), whose name will be the name used
|