Home | History | Annotate | Download | only in Generic
      1 ; RUN: llc %s -o /dev/null
      2 @0 = internal constant i32 1
      3 
      4 !llvm.dbg.cu = !{!0}
      5 !llvm.module.flags = !{!9}
      6 
      7 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.0 (trunk 139632)", isOptimized: true, emissionKind: 0, file: !8, enums: !2, retainedTypes: !2, subprograms: !2, globals: !3)
      8 !2 = !{}
      9 !3 = !{!5}
     10 !5 = !DIGlobalVariable(name: "a", line: 2, isLocal: false, isDefinition: true, scope: null, file: !6, type: !7, variable: i32* @0)
     11 !6 = !DIFile(filename: "g.c", directory: "/private/tmp")
     12 !7 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
     13 !8 = !DIFile(filename: "g.c", directory: "/private/tmp")
     14 !9 = !{i32 1, !"Debug Info Version", i32 3}
     15