/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | papertrail-warnings.test | 10 CHECK: DW_AT_artificial [DW_FORM_flag] (0x01) 19 CHECK: DW_AT_artificial [DW_FORM_flag] (0x01) 28 CHECK: DW_AT_artificial [DW_FORM_flag] (0x01)
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHashAttributes.def | 9 HANDLE_DIE_HASH_ATTR(DW_AT_artificial)
|
D | DwarfUnit.cpp | 904 addFlag(Arg, dwarf::DW_AT_artificial); in constructSubprogramArguments() 1333 addFlag(SPDie, dwarf::DW_AT_artificial); in applySubprogramAttributes() 1607 addFlag(MemberDie, dwarf::DW_AT_artificial); in constructMemberDIE()
|
/external/llvm/test/DebugInfo/Generic/ |
D | member-pointers.ll | 12 ; CHECK-NEXT: DW_AT_artificial [DW_FORM_flag
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | member-pointers.ll | 12 ; CHECK-NEXT: DW_AT_artificial [DW_FORM_flag
|
D | discriminated-union.ll | 17 ; CHECK: DW_AT_artificial [DW_FORM_flag_present] (true)
|
/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() 373 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes()
|
D | DwarfUnit.cpp | 852 addFlag(Arg, dwarf::DW_AT_artificial); in constructSubprogramArguments() 1232 addFlag(SPDie, dwarf::DW_AT_artificial); in applySubprogramAttributes() 1453 addFlag(MemberDie, dwarf::DW_AT_artificial); in constructMemberDIE()
|
D | DwarfCompileUnit.cpp | 811 addFlag(VariableDie, dwarf::DW_AT_artificial); in applyVariableAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DeclContext.cpp | 80 if (dwarf::toUnsigned(DIE.find(dwarf::DW_AT_artificial), 0)) in getChildDeclContext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/AArch64/ |
D | machine-outliner.ll | 27 ; CHECK-NEXT: DW_AT_artificial (0x01)
|
/external/swiftshader/third_party/llvm-7.0/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)
|
/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)
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 193 DW_AT_artificial = 0x34, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Dwarf.cpp | 149 case DW_AT_artificial: return "DW_AT_artificial"; in AttributeString()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Dwarf.h | 173 DW_AT_artificial = 0x34, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 128 DW_AT_artificial = 0x34, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 81 case DW_AT_artificial: return "DW_AT_artificial"; in AttributeString()
|
/external/elfutils/libdw/ |
D | dwarf.h | 207 DW_AT_artificial = 0x34, enumerator
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 992 addUInt(Arg, dwarf::DW_AT_artificial, dwarf::DW_FORM_flag, 1); in getOrCreateSubprogramDIE() 998 addUInt(SPDie, dwarf::DW_AT_artificial, dwarf::DW_FORM_flag, 1); in getOrCreateSubprogramDIE() 1222 addUInt(VariableDie, dwarf::DW_AT_artificial, in constructVariableDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 467 ; CHECK: // .b8 52 // DW_AT_artificial 6800 ; CHECK: // .b8 1 // DW_AT_artificial 6837 ; CHECK: // .b8 1 // DW_AT_artificial 6874 ; CHECK: // .b8 1 // DW_AT_artificial 6936 ; CHECK: // .b8 1 // DW_AT_artificial 6996 ; CHECK: // .b8 1 // DW_AT_artificial 7371 ; CHECK: / .b8 1 // DW_AT_artificial 7408 ; CHECK: // .b8 1 // DW_AT_artificial 7445 ; CHECK: // .b8 1 // DW_AT_artificial 7507 ; CHECK: // .b8 1 // DW_AT_artificial [all …]
|