blob: 4eb46e50597a7bc4fb8f712e52bc43343164bc76 [file] [log] [blame]
Duncan P. N. Exon Smith3b0fe4e2015-01-13 21:10:44 +00001; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2; RUN: verify-uselistorder %s
3
Calixte Denizet44db1d12018-09-20 08:53:06 +00004; CHECK: !named = !{!0, !2, !3, !3, !4, !4, !5, !5, !6, !7, !8}
5!named = !{!0, !2, !3, !4, !5, !6, !7, !8, !9, !10, !11}
Duncan P. N. Exon Smith3b0fe4e2015-01-13 21:10:44 +00006
Calixte Denizet44db1d12018-09-20 08:53:06 +00007!llvm.module.flags = !{!12}
Adrian Prantl4eeaa0d2016-04-15 15:57:41 +00008!llvm.dbg.cu = !{!1}
Davide Italiano5b62b452016-04-04 02:11:34 +00009
Duncan P. N. Exon Smitha5ae7c12015-08-28 20:26:49 +000010; CHECK: !0 = distinct !DISubprogram(
Adrian Prantl4eeaa0d2016-04-15 15:57:41 +000011!0 = distinct !DISubprogram(unit: !1)
12; CHECK: !1 = distinct !DICompileUnit
13!1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang",
14 file: !2,
Davide Italiano5b62b452016-04-04 02:11:34 +000015 isOptimized: true, flags: "-O2",
Adrian Prantl4eeaa0d2016-04-15 15:57:41 +000016 splitDebugFilename: "abc.debug", emissionKind: 2)
17; CHECK: !2 = !DIFile
18!2 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
19
20; CHECK-NEXT: !3 = !DILocation(line: 3, column: 7, scope: !0)
21!3 = !DILocation(line: 3, column: 7, scope: !0)
22!4 = !DILocation(scope: !0, column: 7, line: 3)
23
24; CHECK-NEXT: !4 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !3)
25!5 = !DILocation(scope: !0, inlinedAt: !3, column: 7, line: 3)
26!6 = !DILocation(column: 7, line: 3, scope: !0, inlinedAt: !3)
27
28; CHECK-NEXT: !5 = !DILocation(line: 0, scope: !0)
29!7 = !DILocation(scope: !0)
30!8 = !DILocation(scope: !0, column: 0, line: 0)
31
32; CHECK-NEXT: !6 = !DILocation(line: 4294967295, column: 65535, scope: !0)
33!9 = !DILocation(line: 4294967295, column: 65535, scope: !0)
34
Calixte Denizet44db1d12018-09-20 08:53:06 +000035!10 = !DILocation(scope: !0, column: 0, line: 0, isImplicitCode: true)
36!11 = !DILocation(scope: !0, column: 0, line: 1, isImplicitCode: false)
37; CHECK-NEXT: !7 = !DILocation(line: 0, scope: !0, isImplicitCode: true)
38; CHECK-NEXT: !8 = !DILocation(line: 1, scope: !0)
39
40!12 = !{i32 2, !"Debug Info Version", i32 3}