05c6fa89fdc2bc5c69a18991d282442d7e21212f
[oota-llvm.git] / test / tools / dsymutil / Inputs / odr2.ll
1 ; Generated from odr2.cpp and odr-types.h by running:
2 ; clang -emit-llvm -g -S -std=c++11 odr2.cpp
3 ; ModuleID = 'odr2.cpp'
4 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
5 target triple = "x86_64-apple-macosx10.11.0"
6
7 %struct.S = type { i32, %"struct.S::Nested" }
8 %"struct.S::Nested" = type { double }
9
10 ; Function Attrs: ssp uwtable
11 define i32 @_Z3barv() #0 {
12 entry:
13   %this.addr.i = alloca %struct.S*, align 8
14   %s = alloca %struct.S, align 8
15   call void @llvm.dbg.declare(metadata %struct.S* %s, metadata !34, metadata !35), !dbg !36
16   store %struct.S* %s, %struct.S** %this.addr.i, align 8, !dbg !37
17   %this1.i = load %struct.S*, %struct.S** %this.addr.i, !dbg !37
18   %I.i = getelementptr inbounds %struct.S, %struct.S* %this1.i, i32 0, i32 0, !dbg !38
19   %0 = load i32, i32* %I.i, align 4, !dbg !40
20   %inc.i = add nsw i32 %0, 1, !dbg !40
21   store i32 %inc.i, i32* %I.i, align 4, !dbg !40
22   %call = call i32 @_ZN1S3fooEv(%struct.S* %s), !dbg !41
23   call void @llvm.dbg.declare(metadata %struct.S** %this.addr.i, metadata !42, metadata !35), !dbg !44
24   ret i32 %call, !dbg !45
25 }
26
27 ; Function Attrs: nounwind readnone
28 declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
29
30 ; Function Attrs: nounwind ssp uwtable
31 define linkonce_odr i32 @_ZN1S3fooEv(%struct.S* %this) #2 align 2 {
32 entry:
33   %this.addr = alloca %struct.S*, align 8
34   store %struct.S* %this, %struct.S** %this.addr, align 8
35   call void @llvm.dbg.declare(metadata %struct.S** %this.addr, metadata !46, metadata !35), !dbg !47
36   %this1 = load %struct.S*, %struct.S** %this.addr
37   %I = getelementptr inbounds %struct.S, %struct.S* %this1, i32 0, i32 0, !dbg !48
38   %0 = load i32, i32* %I, align 4, !dbg !48
39   ret i32 %0, !dbg !49
40 }
41
42 attributes #0 = { ssp uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="core2" "target-features"="+cx16,+sse,+sse2,+sse3,+ssse3" "unsafe-fp-math"="false" "use-soft-float"="false" }
43 attributes #1 = { nounwind readnone }
44 attributes #2 = { nounwind ssp uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="core2" "target-features"="+cx16,+sse,+sse2,+sse3,+ssse3" "unsafe-fp-math"="false" "use-soft-float"="false" }
45
46 !llvm.dbg.cu = !{!0}
47 !llvm.module.flags = !{!30, !31, !32}
48 !llvm.ident = !{!33}
49
50 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.8.0 (trunk 242534)", isOptimized: false, runtimeVersion: 0, emissionKind: 1, enums: !2, retainedTypes: !3, subprograms: !24)
51 !1 = !DIFile(filename: "odr2.cpp", directory: "/Inputs")
52 !2 = !{}
53 !3 = !{!4, !20}
54 !4 = !DICompositeType(tag: DW_TAG_structure_type, name: "S", file: !5, line: 1, size: 128, align: 64, elements: !6, identifier: "_ZTS1S")
55 !5 = !DIFile(filename: "./odr-types.h", directory: "/Inputs")
56 !6 = !{!7, !9, !10, !14, !17}
57 !7 = !DIDerivedType(tag: DW_TAG_member, name: "I", scope: !"_ZTS1S", file: !5, line: 2, baseType: !8, size: 32, align: 32)
58 !8 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
59 !9 = !DIDerivedType(tag: DW_TAG_member, name: "D", scope: !"_ZTS1S", file: !5, line: 15, baseType: !"_ZTSN1S6NestedE", size: 64, align: 64, offset: 64)
60 !10 = !DISubprogram(name: "incr", linkageName: "_ZN1S4incrEv", scope: !"_ZTS1S", file: !5, line: 4, type: !11, isLocal: false, isDefinition: false, scopeLine: 4, flags: DIFlagPrototyped, isOptimized: false)
61 !11 = !DISubroutineType(types: !12)
62 !12 = !{null, !13}
63 !13 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !"_ZTS1S", size: 64, align: 64, flags: DIFlagArtificial | DIFlagObjectPointer)
64 !14 = !DISubprogram(name: "incr", linkageName: "_ZN1S4incrEi", scope: !"_ZTS1S", file: !5, line: 5, type: !15, isLocal: false, isDefinition: false, scopeLine: 5, flags: DIFlagPrototyped, isOptimized: false)
65 !15 = !DISubroutineType(types: !16)
66 !16 = !{null, !13, !8}
67 !17 = !DISubprogram(name: "foo", linkageName: "_ZN1S3fooEv", scope: !"_ZTS1S", file: !5, line: 18, type: !18, isLocal: false, isDefinition: false, scopeLine: 18, flags: DIFlagPrototyped, isOptimized: false)
68 !18 = !DISubroutineType(types: !19)
69 !19 = !{!8, !13}
70 !20 = !DICompositeType(tag: DW_TAG_structure_type, name: "Nested", scope: !"_ZTS1S", file: !5, line: 9, size: 64, align: 64, elements: !21, identifier: "_ZTSN1S6NestedE")
71 !21 = !{!22}
72 !22 = !DIDerivedType(tag: DW_TAG_member, name: "D", scope: !"_ZTSN1S6NestedE", file: !5, line: 10, baseType: !23, size: 64, align: 64)
73 !23 = !DIBasicType(name: "double", size: 64, align: 64, encoding: DW_ATE_float)
74 !24 = !{!25, !28, !29}
75 !25 = !DISubprogram(name: "bar", linkageName: "_Z3barv", scope: !1, file: !1, line: 3, type: !26, isLocal: false, isDefinition: true, scopeLine: 3, flags: DIFlagPrototyped, isOptimized: false, function: i32 ()* @_Z3barv, variables: !2)
76 !26 = !DISubroutineType(types: !27)
77 !27 = !{!8}
78 !28 = !DISubprogram(name: "incr", linkageName: "_ZN1S4incrEv", scope: !"_ZTS1S", file: !5, line: 4, type: !11, isLocal: false, isDefinition: true, scopeLine: 4, flags: DIFlagPrototyped, isOptimized: false, declaration: !10, variables: !2)
79 !29 = !DISubprogram(name: "foo", linkageName: "_ZN1S3fooEv", scope: !"_ZTS1S", file: !5, line: 18, type: !18, isLocal: false, isDefinition: true, scopeLine: 18, flags: DIFlagPrototyped, isOptimized: false, function: i32 (%struct.S*)* @_ZN1S3fooEv, declaration: !17, variables: !2)
80 !30 = !{i32 2, !"Dwarf Version", i32 2}
81 !31 = !{i32 2, !"Debug Info Version", i32 3}
82 !32 = !{i32 1, !"PIC Level", i32 2}
83 !33 = !{!"clang version 3.8.0 (trunk 242534)"}
84 !34 = !DILocalVariable(name: "s", scope: !25, file: !1, line: 4, type: !"_ZTS1S")
85 !35 = !DIExpression()
86 !36 = !DILocation(line: 4, column: 4, scope: !25)
87 !37 = !DILocation(line: 5, column: 2, scope: !25)
88 !38 = !DILocation(line: 4, column: 47, scope: !28, inlinedAt: !39)
89 !39 = distinct !DILocation(line: 5, column: 2, scope: !25)
90 !40 = !DILocation(line: 4, column: 48, scope: !28, inlinedAt: !39)
91 !41 = !DILocation(line: 6, column: 9, scope: !25)
92 !42 = !DILocalVariable(name: "this", arg: 1, scope: !28, type: !43, flags: DIFlagArtificial | DIFlagObjectPointer)
93 !43 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !"_ZTS1S", size: 64, align: 64)
94 !44 = !DILocation(line: 0, scope: !28, inlinedAt: !39)
95 !45 = !DILocation(line: 6, column: 2, scope: !25)
96 !46 = !DILocalVariable(name: "this", arg: 1, scope: !29, type: !43, flags: DIFlagArtificial | DIFlagObjectPointer)
97 !47 = !DILocation(line: 0, scope: !29)
98 !48 = !DILocation(line: 18, column: 21, scope: !29)
99 !49 = !DILocation(line: 18, column: 14, scope: !29)