diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/member-pointers.ll')
| -rw-r--r-- | llvm/test/DebugInfo/Generic/member-pointers.ll | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/llvm/test/DebugInfo/Generic/member-pointers.ll b/llvm/test/DebugInfo/Generic/member-pointers.ll index b9fc9b335bb..3cfb54af6b9 100644 --- a/llvm/test/DebugInfo/Generic/member-pointers.ll +++ b/llvm/test/DebugInfo/Generic/member-pointers.ll @@ -17,24 +17,28 @@ ; int S::*x = 0; ; void (S::*y)(int) = 0; -@x = global i64 -1, align 8, !dbg !5 -@y = global { i64, i64 } zeroinitializer, align 8, !dbg !10 +source_filename = "test/DebugInfo/Generic/member-pointers.ll" -!llvm.dbg.cu = !{!0} -!llvm.module.flags = !{!16} +@x = global i64 -1, align 8, !dbg !0 +@y = global { i64, i64 } zeroinitializer, align 8, !dbg !7 + +!llvm.dbg.cu = !{!13} +!llvm.module.flags = !{!15} + +!0 = !DIGlobalVariableExpression(var: !1) +!1 = !DIGlobalVariable(name: "x", scope: null, file: !2, line: 4, type: !3, isLocal: false, isDefinition: true) +!2 = !DIFile(filename: "simple.cpp", directory: "/home/blaikie/Development/scratch") +!3 = !DIDerivedType(tag: DW_TAG_ptr_to_member_type, baseType: !4, extraData: !5) +!4 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) +!5 = !DICompositeType(tag: DW_TAG_structure_type, name: "S", file: !2, line: 1, size: 8, align: 8, elements: !6) +!6 = !{} +!7 = !DIGlobalVariableExpression(var: !8) +!8 = !DIGlobalVariable(name: "y", scope: null, file: !2, line: 5, type: !9, isLocal: false, isDefinition: true) +!9 = !DIDerivedType(tag: DW_TAG_ptr_to_member_type, baseType: !10, extraData: !5) +!10 = !DISubroutineType(types: !11) +!11 = !{null, !12, !4} +!12 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !5, size: 64, align: 64, flags: DIFlagArtificial | DIFlagObjectPointer) +!13 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !2, producer: "clang version 3.3 ", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !6, retainedTypes: !6, globals: !14, imports: !6) +!14 = !{!0, !7} +!15 = !{i32 1, !"Debug Info Version", i32 3} -!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.3 ", isOptimized: false, emissionKind: FullDebug, file: !15, enums: !1, retainedTypes: !1, globals: !3, imports: !1) -!1 = !{} -!3 = !{!5, !10} -!5 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "x", line: 4, isLocal: false, isDefinition: true, scope: null, file: !6, type: !7)) -!6 = !DIFile(filename: "simple.cpp", directory: "/home/blaikie/Development/scratch") -!7 = !DIDerivedType(tag: DW_TAG_ptr_to_member_type, baseType: !8, extraData: !9) -!8 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) -!9 = !DICompositeType(tag: DW_TAG_structure_type, name: "S", line: 1, size: 8, align: 8, file: !15, elements: !1) -!10 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "y", line: 5, isLocal: false, isDefinition: true, scope: null, file: !6, type: !11)) -!11 = !DIDerivedType(tag: DW_TAG_ptr_to_member_type, baseType: !12, extraData: !9) -!12 = !DISubroutineType(types: !13) -!13 = !{null, !14, !8} -!14 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, flags: DIFlagArtificial | DIFlagObjectPointer, baseType: !9) -!15 = !DIFile(filename: "simple.cpp", directory: "/home/blaikie/Development/scratch") -!16 = !{i32 1, !"Debug Info Version", i32 3} |

