Turn off lldb debug tuning by default for FreeBSD
[oota-llvm.git] / test / DebugInfo / X86 / block-capture.ll
1 ; RUN: llc %s -o %t -filetype=obj
2 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
3
4 ; Checks that we emit debug info for the block variable declare.
5 ; CHECK: DW_TAG_subprogram
6 ; CHECK: DW_TAG_variable
7 ;                                              fbreg +8, deref, +32
8 ; CHECK-NEXT: DW_AT_location [DW_FORM_block1] (<0x05> 91 08 06 23 20 )
9 ; CHECK-NEXT: DW_AT_name {{.*}} "block"
10
11 ; Extracted from the clang output for:
12 ; void foo() {
13 ;  void (^block)() = ^{ block(); };
14 ; }
15
16 ; ModuleID = 'foo.m'
17 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
18 target triple = "x86_64-apple-darwin"
19
20 %struct.__block_descriptor = type { i64, i64 }
21 %struct.__block_literal_generic = type { i8*, i32, i32, i8*, %struct.__block_descriptor* }
22
23 @_NSConcreteStackBlock = external global i8*
24 @.str = private unnamed_addr constant [6 x i8] c"v8@?0\00", align 1
25
26 ; Function Attrs: nounwind readnone
27 declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
28
29 ; Function Attrs: ssp uwtable
30 define internal void @__foo_block_invoke(i8* %.block_descriptor) #2 !dbg !8 {
31 entry:
32   %.block_descriptor.addr = alloca i8*, align 8
33   %block.addr = alloca <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, void (...)* }>*, align 8
34   store i8* %.block_descriptor, i8** %.block_descriptor.addr, align 8
35   %0 = load i8*, i8** %.block_descriptor.addr
36   call void @llvm.dbg.value(metadata i8* %0, i64 0, metadata !47, metadata !43), !dbg !66
37   call void @llvm.dbg.declare(metadata i8* %.block_descriptor, metadata !47, metadata !43), !dbg !66
38   %block = bitcast i8* %.block_descriptor to <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, void (...)* }>*, !dbg !67
39   store <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, void (...)* }>* %block, <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, void (...)* }>** %block.addr, align 8
40   call void @llvm.dbg.declare(metadata <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, void (...)* }>** %block.addr, metadata !68, metadata !69), !dbg !70
41   %block.capture.addr = getelementptr inbounds <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, void (...)* }>, <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, void (...)* }>* %block, i32 0, i32 5, !dbg !71
42   %1 = load void (...)*, void (...)** %block.capture.addr, align 8, !dbg !71
43   %block.literal = bitcast void (...)* %1 to %struct.__block_literal_generic*, !dbg !71
44   %2 = getelementptr inbounds %struct.__block_literal_generic, %struct.__block_literal_generic* %block.literal, i32 0, i32 3, !dbg !71
45   %3 = bitcast %struct.__block_literal_generic* %block.literal to i8*, !dbg !71
46   %4 = load i8*, i8** %2, !dbg !71
47   %5 = bitcast i8* %4 to void (i8*, ...)*, !dbg !71
48   call void (i8*, ...) %5(i8* %3), !dbg !71
49   ret void, !dbg !73
50 }
51
52 ; Function Attrs: nounwind readnone
53 declare void @llvm.dbg.value(metadata, i64, metadata, metadata) #1
54
55
56 attributes #0 = { nounwind ssp uwtable }
57 attributes #1 = { nounwind readnone }
58 attributes #2 = { ssp uwtable }
59 attributes #3 = { nounwind }
60
61 !llvm.dbg.cu = !{!0}
62 !llvm.module.flags = !{!16, !17, !18, !19, !20, !21, !22}
63 !llvm.ident = !{!23}
64
65 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 3.6.0 (trunk 223471)", isOptimized: false, runtimeVersion: 2, emissionKind: 1, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2)
66 !1 = !DIFile(filename: "foo.m", directory: "")
67 !2 = !{}
68 !3 = !{!8}
69 !5 = !DIFile(filename: "foo.m", directory: "")
70 !6 = !DISubroutineType(types: !7)
71 !7 = !{null}
72 !8 = distinct !DISubprogram(name: "__foo_block_invoke", line: 2, isLocal: true, isDefinition: true, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 2, file: !1, scope: !5, type: !9, variables: !2)
73 !9 = !DISubroutineType(types: !10)
74 !10 = !{null, !11}
75 !11 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: null)
76 !13 = !DISubroutineType(types: !14)
77 !14 = !{null, !11, !11}
78 !16 = !{i32 1, !"Objective-C Version", i32 2}
79 !17 = !{i32 1, !"Objective-C Image Info Version", i32 0}
80 !18 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
81 !19 = !{i32 4, !"Objective-C Garbage Collection", i32 0}
82 !20 = !{i32 2, !"Dwarf Version", i32 2}
83 !21 = !{i32 2, !"Debug Info Version", i32 3}
84 !22 = !{i32 1, !"PIC Level", i32 2}
85 !23 = !{!"clang version 3.6.0 (trunk 223471)"}
86 !25 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, baseType: !26)
87 !26 = !DICompositeType(tag: DW_TAG_structure_type, name: "__block_literal_generic", line: 2, size: 256, flags: DIFlagAppleBlock, file: !1, scope: !5, elements: !27)
88 !27 = !{!28, !29, !31, !32, !36}
89 !28 = !DIDerivedType(tag: DW_TAG_member, name: "__isa", size: 64, align: 64, file: !1, scope: !5, baseType: !11)
90 !29 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", size: 32, align: 32, offset: 64, file: !1, scope: !5, baseType: !30)
91 !30 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
92 !31 = !DIDerivedType(tag: DW_TAG_member, name: "__reserved", size: 32, align: 32, offset: 96, file: !1, scope: !5, baseType: !30)
93 !32 = !DIDerivedType(tag: DW_TAG_member, name: "__FuncPtr", size: 64, align: 64, offset: 128, file: !1, scope: !5, baseType: !33)
94 !33 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !34)
95 !34 = !DISubroutineType(types: !35)
96 !35 = !{null, null}
97 !36 = !DIDerivedType(tag: DW_TAG_member, name: "__descriptor", line: 2, size: 64, align: 64, offset: 192, file: !1, scope: !5, baseType: !37)
98 !37 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, baseType: !38)
99 !38 = !DICompositeType(tag: DW_TAG_structure_type, name: "__block_descriptor", line: 2, size: 128, flags: DIFlagAppleBlock, file: !1, scope: !5, elements: !39)
100 !39 = !{!40, !42}
101 !40 = !DIDerivedType(tag: DW_TAG_member, name: "reserved", size: 64, align: 64, file: !1, scope: !5, baseType: !41)
102 !41 = !DIBasicType(tag: DW_TAG_base_type, name: "long unsigned int", size: 64, align: 64, encoding: DW_ATE_unsigned)
103 !42 = !DIDerivedType(tag: DW_TAG_member, name: "Size", size: 64, align: 64, offset: 64, file: !1, scope: !5, baseType: !41)
104 !43 = !DIExpression()
105 !47 = !DILocalVariable(name: ".block_descriptor", line: 2, arg: 1, flags: DIFlagArtificial, scope: !8, file: !5, type: !48)
106 !48 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, baseType: !49)
107 !49 = !DICompositeType(tag: DW_TAG_structure_type, name: "__block_literal_1", line: 2, size: 320, align: 64, file: !1, scope: !5, elements: !50)
108 !50 = !{!51, !52, !53, !54, !56, !65}
109 !51 = !DIDerivedType(tag: DW_TAG_member, name: "__isa", line: 2, size: 64, align: 64, flags: DIFlagPublic, file: !1, scope: !5, baseType: !11)
110 !52 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", line: 2, size: 32, align: 32, offset: 64, flags: DIFlagPublic, file: !1, scope: !5, baseType: !30)
111 !53 = !DIDerivedType(tag: DW_TAG_member, name: "__reserved", line: 2, size: 32, align: 32, offset: 96, flags: DIFlagPublic, file: !1, scope: !5, baseType: !30)
112 !54 = !DIDerivedType(tag: DW_TAG_member, name: "__FuncPtr", line: 2, size: 64, align: 64, offset: 128, flags: DIFlagPublic, file: !1, scope: !5, baseType: !55)
113 !55 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !6)
114 !56 = !DIDerivedType(tag: DW_TAG_member, name: "__descriptor", line: 2, size: 64, align: 64, offset: 192, flags: DIFlagPublic, file: !1, scope: !5, baseType: !57)
115 !57 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !58)
116 !58 = !DICompositeType(tag: DW_TAG_structure_type, name: "__block_descriptor_withcopydispose", line: 2, size: 256, align: 64, file: !1, elements: !59)
117 !59 = !{!60, !61, !62, !64}
118 !60 = !DIDerivedType(tag: DW_TAG_member, name: "reserved", line: 2, size: 64, align: 64, file: !1, scope: !58, baseType: !41)
119 !61 = !DIDerivedType(tag: DW_TAG_member, name: "Size", line: 2, size: 64, align: 64, offset: 64, file: !1, scope: !58, baseType: !41)
120 !62 = !DIDerivedType(tag: DW_TAG_member, name: "CopyFuncPtr", line: 2, size: 64, align: 64, offset: 128, file: !1, scope: !58, baseType: !63)
121 !63 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !11)
122 !64 = !DIDerivedType(tag: DW_TAG_member, name: "DestroyFuncPtr", line: 2, size: 64, align: 64, offset: 192, file: !1, scope: !58, baseType: !63)
123 !65 = !DIDerivedType(tag: DW_TAG_member, name: "block", line: 2, size: 64, align: 64, offset: 256, flags: DIFlagPublic, file: !1, scope: !5, baseType: !25)
124 !66 = !DILocation(line: 2, column: 20, scope: !8)
125 !67 = !DILocation(line: 2, column: 21, scope: !8)
126 !68 = !DILocalVariable(name: "block", line: 2, scope: !8, file: !5, type: !25)
127 !69 = !DIExpression(DW_OP_deref, DW_OP_plus, 32)
128 !70 = !DILocation(line: 2, column: 9, scope: !8)
129 !71 = !DILocation(line: 2, column: 23, scope: !72)
130 !72 = distinct !DILexicalBlock(line: 2, column: 21, file: !1, scope: !8)
131 !73 = !DILocation(line: 2, column: 32, scope: !8)