blob: 7ba19ffc76b1d151b10da6328c7f9ece5372a432 [file] [log] [blame]
Duncan P. N. Exon Smith814b8e92015-08-28 20:26:49 +00001!named = !{!0, !1, !2, !3, !4, !5}
Duncan P. N. Exon Smith47d829812015-01-14 01:20:27 +00002
Duncan P. N. Exon Smith814b8e92015-08-28 20:26:49 +00003!0 = distinct !DISubprogram() ; Use this as a scope.
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +00004!1 = !DILocation(line: 3, column: 7, scope: !0)
5!2 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
6!3 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !2)
Duncan P. N. Exon Smitha5a0f572015-01-14 01:29:32 +00007; Test distinct nodes.
Duncan P. N. Exon Smith814b8e92015-08-28 20:26:49 +00008!4 = distinct !DILocation(line: 3, column: 7, scope: !0)
9!5 = distinct !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !4)
Adrian Prantl115edca2016-04-11 20:58:57 +000010
11!llvm.dbg.cu = !{!6}
12!6 = distinct !DICompileUnit(language: DW_LANG_C89, file: !7, subprograms: !{!0})
13!7 = !DIFile(filename: "source.c", directory: "/dir")