[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / DebugInfo / X86 / pr45181.ll
blob9c168164d4f8c6ef0fb8e65b0e94ec42bc7e59e5
1 ; RUN: llc -O1 -filetype=obj -emit-call-site-info -debug-entry-values -o - < %s | llvm-dwarfdump -verify - -o /dev/null
3 ; TODO: This test should be made more targeted by converting to MIR and reducing,
4 ; however at the moment conversion to MIR fails with:
5 ; Assertion failed: (!NameRef.empty() && "Normal symbols cannot be unnamed!")
7 target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 target triple = "x86_64-apple-macosx10.14.0"
10 %struct.e = type opaque
11 %"class.aa::aq" = type { i8 }
12 %"class.aa::ah" = type { i8 }
13 %"class.aa::y" = type { i8 }
14 %"class.aa::y.0" = type { i8 }
15 %struct.j = type opaque
16 %struct.h = type opaque
17 %struct.r = type opaque
19 @o = local_unnamed_addr global i32 0, align 4, !dbg !0
20 @p = local_unnamed_addr global %struct.e* null, align 8, !dbg !42
22 ; Function Attrs: optsize ssp uwtable
23 define void @_ZN2aa2aq2arEv(%"class.aa::aq"* %this) local_unnamed_addr #0 align 2 !dbg !50 {
24 entry:
25   call void @llvm.dbg.value(metadata %"class.aa::aq"* %this, metadata !71, metadata !DIExpression()), !dbg !75
26   %0 = bitcast %"class.aa::aq"* %this to %"class.aa::ah"*, !dbg !76
27   tail call void @_ZN2aa2ah2aiEiib(%"class.aa::ah"* %0, i32 undef, i32 undef, i1 zeroext true) #5, !dbg !76
28   ret void, !dbg !77
31 ; Function Attrs: nounwind readnone speculatable willreturn
32 declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
34 ; Function Attrs: argmemonly nounwind willreturn
35 declare void @llvm.lifetime.start.p0i8(i64 immarg, i8* nocapture) #2
37 ; Function Attrs: optsize ssp uwtable
38 define linkonce_odr void @_ZN2aa2ah2aiEiib(%"class.aa::ah"* %this, i32 %aj, i32 %0, i1 zeroext %1) local_unnamed_addr #0 align 2 personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) !dbg !78 {
39 entry:
40   %ao = alloca %"class.aa::y", align 1
41   %ap = alloca %"class.aa::y.0", align 1
42   call void @llvm.dbg.value(metadata %"class.aa::ah"* %this, metadata !80, metadata !DIExpression()), !dbg !126
43   call void @llvm.dbg.value(metadata i32 %aj, metadata !82, metadata !DIExpression()), !dbg !126
44   call void @llvm.dbg.value(metadata i32 %0, metadata !83, metadata !DIExpression()), !dbg !126
45   call void @llvm.dbg.value(metadata i1 %1, metadata !84, metadata !DIExpression()), !dbg !126
46   call void @llvm.dbg.value(metadata i32 %aj, metadata !85, metadata !DIExpression()), !dbg !126
47   %2 = getelementptr inbounds %"class.aa::y", %"class.aa::y"* %ao, i64 0, i32 0, !dbg !127
48   call void @llvm.lifetime.start.p0i8(i64 1, i8* nonnull %2) #6, !dbg !127
49   call void @llvm.dbg.declare(metadata %"class.aa::y"* %ao, metadata !91, metadata !DIExpression()), !dbg !128
50   %call = tail call %struct.j* @_Z1mPvS_lPFvS_PKvlE(i8* undef, i8* undef, i64 0, void (i8*, i8*, i64)* nonnull @_ZN2aa12_GLOBAL__N_12agEPvPKvl) #5, !dbg !129
51   call void @_ZN2aa1yIP1jNS_2ac1zI1eEEEC1ES2_(%"class.aa::y"* nonnull %ao, %struct.j* %call) #5, !dbg !128
52   %3 = getelementptr inbounds %"class.aa::y.0", %"class.aa::y.0"* %ap, i64 0, i32 0, !dbg !130
53   call void @llvm.lifetime.start.p0i8(i64 1, i8* nonnull %3) #6, !dbg !130
54   call void @llvm.dbg.declare(metadata %"class.aa::y.0"* %ap, metadata !110, metadata !DIExpression()), !dbg !131
55   %4 = load %struct.e*, %struct.e** @p, align 8, !dbg !132, !tbaa !133
56   %call3 = invoke %struct.h* @_Z1qP1e(%struct.e* %4) #5
57           to label %invoke.cont unwind label %lpad, !dbg !137
59 invoke.cont:                                      ; preds = %entry
60   invoke void @_ZN2aa1yIP1hNS_2ac1zI1eEEEC1ES2_(%"class.aa::y.0"* nonnull %ap, %struct.h* %call3) #5
61           to label %invoke.cont4 unwind label %lpad, !dbg !131
63 invoke.cont4:                                     ; preds = %invoke.cont
64   %conv = sext i32 %aj to i64, !dbg !138
65   %mul = shl nsw i32 %aj, 2, !dbg !139
66   %conv6 = sext i32 %mul to i64, !dbg !140
67   %call9 = invoke %struct.h* @_ZN2aa1yIP1hNS_2ac1zI1eEEE2abEv(%"class.aa::y.0"* nonnull %ap) #5
68           to label %invoke.cont8 unwind label %lpad7, !dbg !141
70 invoke.cont8:                                     ; preds = %invoke.cont4
71   %call11 = invoke %struct.j* @_ZN2aa1yIP1jNS_2ac1zI1eEEE2abEv(%"class.aa::y"* nonnull %ao) #5
72           to label %invoke.cont10 unwind label %lpad7, !dbg !142
74 invoke.cont10:                                    ; preds = %invoke.cont8
75   %5 = load i32, i32* @o, align 4, !dbg !143, !tbaa !144
76   %call13 = invoke %struct.r* @_Z1vlllllP1hiP1jPdb1n(i64 %conv, i64 0, i64 8, i64 2, i64 %conv6, %struct.h* %call9, i32 0, %struct.j* %call11, double* null, i1 zeroext false, i32 %5) #5
77           to label %invoke.cont12 unwind label %lpad7, !dbg !146
79 invoke.cont12:                                    ; preds = %invoke.cont10
80   unreachable, !dbg !146
82 lpad:                                             ; preds = %invoke.cont, %entry
83   %6 = landingpad { i8*, i32 }
84           cleanup, !dbg !147
85   %7 = extractvalue { i8*, i32 } %6, 0, !dbg !147
86   %8 = extractvalue { i8*, i32 } %6, 1, !dbg !147
87   br label %ehcleanup, !dbg !147
89 lpad7:                                            ; preds = %invoke.cont10, %invoke.cont8, %invoke.cont4
90   %9 = landingpad { i8*, i32 }
91           cleanup, !dbg !147
92   %10 = extractvalue { i8*, i32 } %9, 0, !dbg !147
93   %11 = extractvalue { i8*, i32 } %9, 1, !dbg !147
94   call void @_ZN2aa1yIP1hNS_2ac1zI1eEEED1Ev(%"class.aa::y.0"* nonnull %ap) #7, !dbg !147
95   br label %ehcleanup, !dbg !147
97 ehcleanup:                                        ; preds = %lpad7, %lpad
98   %exn.slot.0 = phi i8* [ %10, %lpad7 ], [ %7, %lpad ], !dbg !147
99   %ehselector.slot.0 = phi i32 [ %11, %lpad7 ], [ %8, %lpad ], !dbg !147
100   call void @llvm.lifetime.end.p0i8(i64 1, i8* nonnull %3) #6, !dbg !147
101   call void @_ZN2aa1yIP1jNS_2ac1zI1eEEED1Ev(%"class.aa::y"* nonnull %ao) #7, !dbg !147
102   call void @llvm.lifetime.end.p0i8(i64 1, i8* nonnull %2) #6, !dbg !147
103   %lpad.val = insertvalue { i8*, i32 } undef, i8* %exn.slot.0, 0, !dbg !147
104   %lpad.val19 = insertvalue { i8*, i32 } %lpad.val, i32 %ehselector.slot.0, 1, !dbg !147
105   resume { i8*, i32 } %lpad.val19, !dbg !147
108 ; Function Attrs: argmemonly nounwind willreturn
109 declare void @llvm.lifetime.end.p0i8(i64 immarg, i8* nocapture) #2
111 ; Function Attrs: optsize
112 declare !dbg !11 %struct.j* @_Z1mPvS_lPFvS_PKvlE(i8*, i8*, i64, void (i8*, i8*, i64)*) local_unnamed_addr #3
114 ; Function Attrs: optsize
115 declare void @_ZN2aa12_GLOBAL__N_12agEPvPKvl(i8*, i8*, i64) #3
117 ; Function Attrs: optsize
118 declare void @_ZN2aa1yIP1jNS_2ac1zI1eEEEC1ES2_(%"class.aa::y"*, %struct.j*) unnamed_addr #3
120 ; Function Attrs: optsize
121 declare !dbg !24 %struct.h* @_Z1qP1e(%struct.e*) local_unnamed_addr #3
123 declare i32 @__gxx_personality_v0(...)
125 ; Function Attrs: optsize
126 declare void @_ZN2aa1yIP1hNS_2ac1zI1eEEEC1ES2_(%"class.aa::y.0"*, %struct.h*) unnamed_addr #3
128 ; Function Attrs: optsize
129 declare !dbg !31 %struct.r* @_Z1vlllllP1hiP1jPdb1n(i64, i64, i64, i64, i64, %struct.h*, i32, %struct.j*, double*, i1 zeroext, i32) local_unnamed_addr #3
131 ; Function Attrs: optsize
132 declare %struct.h* @_ZN2aa1yIP1hNS_2ac1zI1eEEE2abEv(%"class.aa::y.0"*) local_unnamed_addr #3
134 ; Function Attrs: optsize
135 declare %struct.j* @_ZN2aa1yIP1jNS_2ac1zI1eEEE2abEv(%"class.aa::y"*) local_unnamed_addr #3
137 ; Function Attrs: nounwind optsize
138 declare void @_ZN2aa1yIP1hNS_2ac1zI1eEEED1Ev(%"class.aa::y.0"*) unnamed_addr #4
140 ; Function Attrs: nounwind optsize
141 declare void @_ZN2aa1yIP1jNS_2ac1zI1eEEED1Ev(%"class.aa::y"*) unnamed_addr #4
143 ; Function Attrs: nounwind readnone speculatable willreturn
144 declare void @llvm.dbg.value(metadata, metadata, metadata) #1
146 attributes #0 = { optsize ssp uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="penryn" "target-features"="+cx16,+cx8,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+sse4.1,+ssse3,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
147 attributes #1 = { nounwind readnone speculatable willreturn }
148 attributes #2 = { argmemonly nounwind willreturn }
149 attributes #3 = { optsize "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="penryn" "target-features"="+cx16,+cx8,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+sse4.1,+ssse3,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
150 attributes #4 = { nounwind optsize "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="penryn" "target-features"="+cx16,+cx8,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+sse4.1,+ssse3,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
151 attributes #5 = { optsize }
152 attributes #6 = { nounwind }
153 attributes #7 = { nounwind optsize }
155 !llvm.dbg.cu = !{!2}
156 !llvm.module.flags = !{!45, !46, !47, !48}
157 !llvm.ident = !{!49}
159 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
160 !1 = distinct !DIGlobalVariable(name: "o", scope: !2, file: !6, line: 11, type: !40, isLocal: false, isDefinition: true)
161 !2 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !3, producer: "clang version 11.0.0 (git@github.com:llvm/llvm-project.git 0fecdcd1628999a1900d9cf84cd33dacf1319fa6)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, retainedTypes: !10, globals: !41, nameTableKind: None, sysroot: "/")
162 !3 = !DIFile(filename: "/Users/vsk/tmp/x.cc", directory: "/Users/vsk/src/llvm-backup-master")
163 !4 = !{!5}
164 !5 = !DICompositeType(tag: DW_TAG_enumeration_type, file: !6, line: 16, baseType: !7, size: 32, elements: !8)
165 !6 = !DIFile(filename: "tmp/x.cc", directory: "/Users/vsk")
166 !7 = !DIBasicType(name: "unsigned int", size: 32, encoding: DW_ATE_unsigned)
167 !8 = !{!9}
168 !9 = !DIEnumerator(name: "u", value: 0, isUnsigned: true)
169 !10 = !{!11, !24, !31}
170 !11 = !DISubprogram(name: "m", linkageName: "_Z1mPvS_lPFvS_PKvlE", scope: !6, file: !6, line: 10, type: !12, flags: DIFlagPrototyped, spFlags: DISPFlagOptimized, retainedNodes: !23)
171 !12 = !DISubroutineType(types: !13)
172 !13 = !{!14, !16, !16, !17, !18}
173 !14 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !15, size: 64)
174 !15 = !DICompositeType(tag: DW_TAG_structure_type, name: "j", file: !6, line: 8, flags: DIFlagFwdDecl, identifier: "_ZTS1j")
175 !16 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: null, size: 64)
176 !17 = !DIBasicType(name: "long int", size: 64, encoding: DW_ATE_signed)
177 !18 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !19, size: 64)
178 !19 = !DISubroutineType(types: !20)
179 !20 = !{null, !16, !21, !17}
180 !21 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !22, size: 64)
181 !22 = !DIDerivedType(tag: DW_TAG_const_type, baseType: null)
182 !23 = !{}
183 !24 = !DISubprogram(name: "q", linkageName: "_Z1qP1e", scope: !6, file: !6, line: 13, type: !25, flags: DIFlagPrototyped, spFlags: DISPFlagOptimized, retainedNodes: !23)
184 !25 = !DISubroutineType(types: !26)
185 !26 = !{!27, !29}
186 !27 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !28, size: 64)
187 !28 = !DICompositeType(tag: DW_TAG_structure_type, name: "h", file: !6, line: 7, flags: DIFlagFwdDecl, identifier: "_ZTS1h")
188 !29 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !30, size: 64)
189 !30 = !DICompositeType(tag: DW_TAG_structure_type, name: "e", file: !6, line: 5, flags: DIFlagFwdDecl, identifier: "_ZTS1e")
190 !31 = !DISubprogram(name: "v", linkageName: "_Z1vlllllP1hiP1jPdb1n", scope: !6, file: !6, line: 17, type: !32, flags: DIFlagPrototyped, spFlags: DISPFlagOptimized, retainedNodes: !23)
191 !32 = !DISubroutineType(types: !33)
192 !33 = !{!34, !17, !17, !17, !17, !17, !27, !36, !14, !37, !39, !40}
193 !34 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !35, size: 64)
194 !35 = !DICompositeType(tag: DW_TAG_structure_type, name: "r", file: !6, line: 14, flags: DIFlagFwdDecl, identifier: "_ZTS1r")
195 !36 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
196 !37 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !38, size: 64)
197 !38 = !DIBasicType(name: "double", size: 64, encoding: DW_ATE_float)
198 !39 = !DIBasicType(name: "bool", size: 8, encoding: DW_ATE_boolean)
199 !40 = !DICompositeType(tag: DW_TAG_enumeration_type, name: "n", file: !6, line: 11, size: 32, flags: DIFlagFwdDecl, identifier: "_ZTS1n")
200 !41 = !{!0, !42}
201 !42 = !DIGlobalVariableExpression(var: !43, expr: !DIExpression())
202 !43 = distinct !DIGlobalVariable(name: "p", scope: !2, file: !6, line: 12, type: !44, isLocal: false, isDefinition: true)
203 !44 = !DIDerivedType(tag: DW_TAG_typedef, name: "f", file: !6, line: 5, baseType: !29)
204 !45 = !{i32 7, !"Dwarf Version", i32 4}
205 !46 = !{i32 2, !"Debug Info Version", i32 3}
206 !47 = !{i32 1, !"wchar_size", i32 4}
207 !48 = !{i32 7, !"PIC Level", i32 2}
208 !49 = !{!"clang version 11.0.0 (git@github.com:llvm/llvm-project.git 0fecdcd1628999a1900d9cf84cd33dacf1319fa6)"}
209 !50 = distinct !DISubprogram(name: "ar", linkageName: "_ZN2aa2aq2arEv", scope: !51, file: !6, line: 48, type: !67, scopeLine: 48, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !2, declaration: !66, retainedNodes: !70)
210 !51 = distinct !DICompositeType(tag: DW_TAG_class_type, name: "aq", scope: !52, file: !6, line: 45, size: 8, flags: DIFlagTypePassByValue, elements: !53, identifier: "_ZTSN2aa2aqE")
211 !52 = !DINamespace(name: "aa", scope: null)
212 !53 = !{!54, !66}
213 !54 = !DIDerivedType(tag: DW_TAG_inheritance, scope: !51, baseType: !55, extraData: i32 0)
214 !55 = distinct !DICompositeType(tag: DW_TAG_class_type, name: "ah", scope: !52, file: !6, line: 34, size: 8, flags: DIFlagTypePassByValue, elements: !56, identifier: "_ZTSN2aa2ahE")
215 !56 = !{!57}
216 !57 = !DISubprogram(name: "ai", linkageName: "_ZN2aa2ah2aiEiib", scope: !55, file: !6, line: 36, type: !58, scopeLine: 36, flags: DIFlagPublic | DIFlagPrototyped, spFlags: DISPFlagOptimized)
217 !58 = !DISubroutineType(types: !59)
218 !59 = !{!60, !64, !65, !65, !39}
219 !60 = distinct !DICompositeType(tag: DW_TAG_class_type, name: "af<w>", scope: !52, file: !6, line: 30, size: 8, flags: DIFlagTypePassByValue, elements: !23, templateParams: !61, identifier: "_ZTSN2aa2afI1wEE")
220 !61 = !{!62}
221 !62 = !DITemplateTypeParameter(type: !63)
222 !63 = !DICompositeType(tag: DW_TAG_class_type, name: "w", file: !6, line: 18, flags: DIFlagFwdDecl, identifier: "_ZTS1w")
223 !64 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !55, size: 64, flags: DIFlagArtificial | DIFlagObjectPointer)
224 !65 = !DIDerivedType(tag: DW_TAG_typedef, name: "b", file: !6, line: 2, baseType: !36)
225 !66 = !DISubprogram(name: "ar", linkageName: "_ZN2aa2aq2arEv", scope: !51, file: !6, line: 46, type: !67, scopeLine: 46, flags: DIFlagPrototyped, spFlags: DISPFlagOptimized)
226 !67 = !DISubroutineType(types: !68)
227 !68 = !{null, !69}
228 !69 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !51, size: 64, flags: DIFlagArtificial | DIFlagObjectPointer)
229 !70 = !{!71, !73, !74}
230 !71 = !DILocalVariable(name: "this", arg: 1, scope: !50, type: !72, flags: DIFlagArtificial | DIFlagObjectPointer)
231 !72 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !51, size: 64)
232 !73 = !DILocalVariable(name: "aj", scope: !50, file: !6, line: 49, type: !65)
233 !74 = !DILocalVariable(name: "am", scope: !50, file: !6, line: 50, type: !65)
234 !75 = !DILocation(line: 0, scope: !50)
235 !76 = !DILocation(line: 51, column: 3, scope: !50)
236 !77 = !DILocation(line: 52, column: 1, scope: !50)
237 !78 = distinct !DISubprogram(name: "ai", linkageName: "_ZN2aa2ah2aiEiib", scope: !55, file: !6, line: 36, type: !58, scopeLine: 36, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !2, declaration: !57, retainedNodes: !79)
238 !79 = !{!80, !82, !83, !84, !85, !86, !87, !91, !110}
239 !80 = !DILocalVariable(name: "this", arg: 1, scope: !78, type: !81, flags: DIFlagArtificial | DIFlagObjectPointer)
240 !81 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !55, size: 64)
241 !82 = !DILocalVariable(name: "aj", arg: 2, scope: !78, file: !6, line: 36, type: !65)
242 !83 = !DILocalVariable(arg: 3, scope: !78, file: !6, line: 36, type: !65)
243 !84 = !DILocalVariable(arg: 4, scope: !78, file: !6, line: 36, type: !39)
244 !85 = !DILocalVariable(name: "ak", scope: !78, file: !6, line: 37, type: !65)
245 !86 = !DILocalVariable(name: "al", scope: !78, file: !6, line: 38, type: !65)
246 !87 = !DILocalVariable(name: "an", scope: !78, file: !6, line: 39, type: !88)
247 !88 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !89, size: 64)
248 !89 = !DIDerivedType(tag: DW_TAG_typedef, name: "c", file: !6, line: 3, baseType: !90)
249 !90 = !DIBasicType(name: "char", size: 8, encoding: DW_ATE_signed_char)
250 !91 = !DILocalVariable(name: "ao", scope: !78, file: !6, line: 40, type: !92)
251 !92 = !DIDerivedType(tag: DW_TAG_typedef, name: "ae<k>", scope: !52, file: !6, line: 29, baseType: !93)
252 !93 = distinct !DICompositeType(tag: DW_TAG_class_type, name: "y<j *, aa::ac::z<e> >", scope: !52, file: !6, line: 20, size: 8, flags: DIFlagTypePassByReference | DIFlagNonTrivial, elements: !94, templateParams: !105, identifier: "_ZTSN2aa1yIP1jNS_2ac1zI1eEEEE")
253 !94 = !{!95, !99, !102}
254 !95 = !DISubprogram(name: "y", scope: !93, file: !6, line: 22, type: !96, scopeLine: 22, flags: DIFlagPublic | DIFlagPrototyped, spFlags: DISPFlagOptimized)
255 !96 = !DISubroutineType(types: !97)
256 !97 = !{null, !98, !14}
257 !98 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !93, size: 64, flags: DIFlagArtificial | DIFlagObjectPointer)
258 !99 = !DISubprogram(name: "~y", scope: !93, file: !6, line: 23, type: !100, scopeLine: 23, flags: DIFlagPublic | DIFlagPrototyped, spFlags: DISPFlagOptimized)
259 !100 = !DISubroutineType(types: !101)
260 !101 = !{null, !98}
261 !102 = !DISubprogram(name: "ab", linkageName: "_ZN2aa1yIP1jNS_2ac1zI1eEEE2abEv", scope: !93, file: !6, line: 24, type: !103, scopeLine: 24, flags: DIFlagPublic | DIFlagPrototyped, spFlags: DISPFlagOptimized)
262 !103 = !DISubroutineType(types: !104)
263 !104 = !{!14, !98}
264 !105 = !{!106, !107}
265 !106 = !DITemplateTypeParameter(name: "x", type: !14)
266 !107 = !DITemplateTypeParameter(type: !108)
267 !108 = !DICompositeType(tag: DW_TAG_structure_type, name: "z<e>", scope: !109, file: !6, line: 27, flags: DIFlagFwdDecl, identifier: "_ZTSN2aa2ac1zI1eEE")
268 !109 = !DINamespace(name: "ac", scope: !52)
269 !110 = !DILocalVariable(name: "ap", scope: !78, file: !6, line: 41, type: !111)
270 !111 = !DIDerivedType(tag: DW_TAG_typedef, name: "ae<i>", scope: !52, file: !6, line: 29, baseType: !112)
271 !112 = distinct !DICompositeType(tag: DW_TAG_class_type, name: "y<h *, aa::ac::z<e> >", scope: !52, file: !6, line: 20, size: 8, flags: DIFlagTypePassByReference | DIFlagNonTrivial, elements: !113, templateParams: !124, identifier: "_ZTSN2aa1yIP1hNS_2ac1zI1eEEEE")
272 !113 = !{!114, !118, !121}
273 !114 = !DISubprogram(name: "y", scope: !112, file: !6, line: 22, type: !115, scopeLine: 22, flags: DIFlagPublic | DIFlagPrototyped, spFlags: DISPFlagOptimized)
274 !115 = !DISubroutineType(types: !116)
275 !116 = !{null, !117, !27}
276 !117 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !112, size: 64, flags: DIFlagArtificial | DIFlagObjectPointer)
277 !118 = !DISubprogram(name: "~y", scope: !112, file: !6, line: 23, type: !119, scopeLine: 23, flags: DIFlagPublic | DIFlagPrototyped, spFlags: DISPFlagOptimized)
278 !119 = !DISubroutineType(types: !120)
279 !120 = !{null, !117}
280 !121 = !DISubprogram(name: "ab", linkageName: "_ZN2aa1yIP1hNS_2ac1zI1eEEE2abEv", scope: !112, file: !6, line: 24, type: !122, scopeLine: 24, flags: DIFlagPublic | DIFlagPrototyped, spFlags: DISPFlagOptimized)
281 !122 = !DISubroutineType(types: !123)
282 !123 = !{!27, !117}
283 !124 = !{!125, !107}
284 !125 = !DITemplateTypeParameter(name: "x", type: !27)
285 !126 = !DILocation(line: 0, scope: !78)
286 !127 = !DILocation(line: 40, column: 5, scope: !78)
287 !128 = !DILocation(line: 40, column: 11, scope: !78)
288 !129 = !DILocation(line: 40, column: 14, scope: !78)
289 !130 = !DILocation(line: 41, column: 5, scope: !78)
290 !131 = !DILocation(line: 41, column: 11, scope: !78)
291 !132 = !DILocation(line: 41, column: 16, scope: !78)
292 !133 = !{!134, !134, i64 0}
293 !134 = !{!"any pointer", !135, i64 0}
294 !135 = !{!"omnipotent char", !136, i64 0}
295 !136 = !{!"Simple C++ TBAA"}
296 !137 = !DILocation(line: 41, column: 14, scope: !78)
297 !138 = !DILocation(line: 42, column: 7, scope: !78)
298 !139 = !DILocation(line: 42, column: 23, scope: !78)
299 !140 = !DILocation(line: 42, column: 21, scope: !78)
300 !141 = !DILocation(line: 42, column: 32, scope: !78)
301 !142 = !DILocation(line: 42, column: 44, scope: !78)
302 !143 = !DILocation(line: 42, column: 70, scope: !78)
303 !144 = !{!145, !145, i64 0}
304 !145 = !{!"_ZTS1n", !135, i64 0}
305 !146 = !DILocation(line: 42, column: 5, scope: !78)
306 !147 = !DILocation(line: 43, column: 3, scope: !78)