1; ModuleID = 'bar.cpp' 2 3%struct.Base = type { i32, ptr } 4 5; Function Attrs: nounwind ssp uwtable 6define void @_Z1gi(i32 %a) #0 !dbg !12 { 7entry: 8 %a.addr = alloca i32, align 4 9 %t = alloca %struct.Base, align 8 10 store i32 %a, ptr %a.addr, align 4 11 call void @llvm.dbg.declare(metadata ptr %a.addr, metadata !20, metadata !DIExpression()), !dbg !21 12 call void @llvm.dbg.declare(metadata ptr %t, metadata !22, metadata !DIExpression()), !dbg !23 13 ret void, !dbg !24 14} 15 16; Function Attrs: nounwind readnone 17declare void @llvm.dbg.declare(metadata, metadata, metadata) #1 18 19; Function Attrs: ssp uwtable 20define i32 @main() #2 !dbg !16 { 21entry: 22 %retval = alloca i32, align 4 23 store i32 0, ptr %retval 24 call void @_Z1fi(i32 0), !dbg !25 25 call void @_Z1gi(i32 1), !dbg !26 26 ret i32 0, !dbg !27 27} 28 29declare void @_Z1fi(i32) #3 30 31attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } 32attributes #1 = { nounwind readnone } 33attributes #2 = { ssp uwtable "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } 34attributes #3 = { "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } 35 36!llvm.dbg.cu = !{!0} 37!llvm.module.flags = !{!19, !28} 38 39!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.4", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !3, globals: !2, imports: !2) 40!1 = !DIFile(filename: "bar.cpp", directory: ".") 41!2 = !{} 42!3 = !{!4} 43!4 = !DICompositeType(tag: DW_TAG_structure_type, name: "Base", line: 1, file: !5, elements: !6, identifier: "_ZTS4Base") 44!5 = !DIFile(filename: "./a.hpp", directory: ".") 45!6 = !{!7, !9} 46!7 = !DIDerivedType(tag: DW_TAG_member, name: "a", line: 2, size: 32, align: 32, file: !5, scope: !4, baseType: !8) 47!8 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 48!9 = !DIDerivedType(tag: DW_TAG_member, name: "b", line: 3, size: 64, align: 64, offset: 64, file: !5, scope: !4, baseType: !10) 49!10 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !4) 50!12 = distinct !DISubprogram(name: "g", linkageName: "_Z1gi", line: 4, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 4, file: !1, scope: !13, type: !14, retainedNodes: !2) 51!13 = !DIFile(filename: "bar.cpp", directory: ".") 52!14 = !DISubroutineType(types: !15) 53!15 = !{null, !8} 54!16 = distinct !DISubprogram(name: "main", line: 7, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 7, file: !1, scope: !13, type: !17, retainedNodes: !2) 55!17 = !DISubroutineType(types: !18) 56!18 = !{!8} 57!19 = !{i32 2, !"Dwarf Version", i32 3} 58!20 = !DILocalVariable(name: "a", line: 4, arg: 1, scope: !12, file: !13, type: !8) 59!21 = !DILocation(line: 4, scope: !12) 60!22 = !DILocalVariable(name: "t", line: 5, scope: !12, file: !13, type: !4) 61!23 = !DILocation(line: 5, scope: !12) 62!24 = !DILocation(line: 6, scope: !12) 63!25 = !DILocation(line: 8, scope: !16) 64!26 = !DILocation(line: 9, scope: !16) 65!27 = !DILocation(line: 10, scope: !16) 66!28 = !{i32 1, !"Debug Info Version", i32 3} 67