disubprogram.ll 1.4 KB

12345678910111213141516171819202122232425262728
  1. ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
  2. ; RUN: verify-uselistorder %s
  3. declare void @_Z3foov()
  4. ; CHECK: !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9}
  5. !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9}
  6. !0 = !{null}
  7. !1 = distinct !DICompositeType(tag: DW_TAG_structure_type)
  8. !2 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
  9. !3 = !DISubroutineType(types: !0)
  10. !4 = distinct !DICompositeType(tag: DW_TAG_structure_type)
  11. !5 = distinct !{}
  12. !6 = distinct !DISubprogram(isDefinition: false)
  13. !7 = distinct !{}
  14. ; CHECK: !8 = !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1, file: !2, line: 7, type: !3, isLocal: true, isDefinition: false, scopeLine: 8, containingType: !4, virtuality: DW_VIRTUALITY_pure_virtual, virtualIndex: 10, flags: DIFlagPrototyped, isOptimized: true, function: void ()* @_Z3foov, templateParams: !5, declaration: !6, variables: !7)
  15. !8 = !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1,
  16. file: !2, line: 7, type: !3, isLocal: true,
  17. isDefinition: false, scopeLine: 8, containingType: !4,
  18. virtuality: DW_VIRTUALITY_pure_virtual, virtualIndex: 10,
  19. flags: DIFlagPrototyped, isOptimized: true, function: void ()* @_Z3foov,
  20. templateParams: !5, declaration: !6, variables: !7)
  21. ; CHECK: !9 = !DISubprogram(scope: null, isLocal: false, isDefinition: true, isOptimized: false)
  22. !9 = !DISubprogram()