1 ; CHECK: !DICompositeType(tag: DW_TAG_class_type, name: "A"
2 ; CHECK: !DICompositeType(tag: DW_TAG_class_type, name: "Base"
3 ; CHECK: !DICompositeType(tag: DW_TAG_class_type, name: "B"
4 ; CHECK-NOT: !DICompositeType(tag: DW_TAG_class_type
5 ; Content of header files:
44 ; ModuleID = 'foo.cpp'
46 %class.A = type { %class.Base, i32 }
47 %class.Base = type { i32 }
49 ; Function Attrs: nounwind ssp uwtable
50 define void @_Z1fi(i32 %a) #0 !dbg !15 {
52 %a.addr = alloca i32, align 4
53 %t = alloca %class.A, align 4
54 store i32 %a, ptr %a.addr, align 4
55 call void @llvm.dbg.declare(metadata ptr %a.addr, metadata !20, metadata !DIExpression()), !dbg !21
56 call void @llvm.dbg.declare(metadata ptr %t, metadata !22, metadata !DIExpression()), !dbg !23
60 ; Function Attrs: nounwind readnone
61 declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
63 attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
64 attributes #1 = { nounwind readnone }
67 !llvm.module.flags = !{!19, !25}
69 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.4", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !3, globals: !2, imports: !2)
70 !1 = !DIFile(filename: "foo.cpp", directory: "/Users/mren/c_testing/type_unique_air/inher")
73 !4 = !DICompositeType(tag: DW_TAG_class_type, name: "A", line: 3, size: 64, align: 32, file: !5, elements: !6, identifier: "_ZTS1A")
74 !5 = !DIFile(filename: "./a.hpp", directory: "/Users/mren/c_testing/type_unique_air/inher")
76 !7 = !DIDerivedType(tag: DW_TAG_inheritance, flags: DIFlagPrivate, scope: !4, baseType: !8)
77 !8 = !DICompositeType(tag: DW_TAG_class_type, name: "Base", line: 3, size: 32, align: 32, file: !9, elements: !10, identifier: "_ZTS4Base")
78 !9 = !DIFile(filename: "./b.hpp", directory: "/Users/mren/c_testing/type_unique_air/inher")
80 !11 = !DIDerivedType(tag: DW_TAG_member, name: "b", line: 4, size: 32, align: 32, flags: DIFlagPrivate, file: !9, scope: !8, baseType: !12)
81 !12 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
82 !13 = !DIDerivedType(tag: DW_TAG_member, name: "x", line: 4, size: 32, align: 32, offset: 32, flags: DIFlagPrivate, file: !5, scope: !4, baseType: !12)
83 !15 = distinct !DISubprogram(name: "f", linkageName: "_Z1fi", line: 5, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 5, file: !1, scope: !16, type: !17, retainedNodes: !2)
84 !16 = !DIFile(filename: "foo.cpp", directory: "/Users/mren/c_testing/type_unique_air/inher")
85 !17 = !DISubroutineType(types: !18)
87 !19 = !{i32 2, !"Dwarf Version", i32 2}
88 !20 = !DILocalVariable(name: "a", line: 5, arg: 1, scope: !15, file: !16, type: !12)
89 !21 = !DILocation(line: 5, scope: !15)
90 !22 = !DILocalVariable(name: "t", line: 6, scope: !15, file: !16, type: !4)
91 !23 = !DILocation(line: 6, scope: !15)
92 !24 = !DILocation(line: 7, scope: !15)
93 !25 = !{i32 1, !"Debug Info Version", i32 3}