mdlocation.ll 651 B

12345678910111213
  1. !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9}
  2. !0 = !DISubprogram() ; Use this as a scope.
  3. !1 = !DILocation(line: 3, column: 7, scope: !0)
  4. !2 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
  5. !3 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !2)
  6. !4 = distinct !DISubprogram() ; Test actual remapping.
  7. !5 = !DILocation(line: 3, column: 7, scope: !4)
  8. !6 = !DILocation(line: 3, column: 7, scope: !4, inlinedAt: !5)
  9. !7 = !DILocation(line: 3, column: 7, scope: !4, inlinedAt: !6)
  10. ; Test distinct nodes.
  11. !8 = distinct !DILocation(line: 3, column: 7, scope: !0)
  12. !9 = distinct !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !8)