Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; ModuleID = '<stdin>'
- target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
- target triple = "x86_64-unknown-linux-gnu"
- ; Function Attrs: norecurse nounwind readnone uwtable
- entry:
- }
- ; Function Attrs: norecurse nounwind readnone uwtable
- entry:
- ; uselistorder directives
- uselistorder void (metadata, i64, metadata, metadata)* @llvm.dbg.value, { 5, 0, 1, 2, 4, 3, 7, 6, 8 }
- }
- ; Function Attrs: nounwind readnone
- attributes #0 = { norecurse nounwind readnone uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" }
- attributes #1 = { nounwind readnone }
- !llvm.dbg.cu = !{!0}
- !llvm.ident = !{!14}
- !llvm.module.flags = !{!15, !16}
- !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.9.0 ", isOptimized: false, runtimeVersion: 0, emissionKind: 1, enums: !2, subprograms: !3)
- !1 = !DIFile(filename: "../hello/src/hello.c", directory: "/home/carr27/research/datashield/test/myspec/build2")
- !2 = !{}
- !3 = !{!4, !8}
- !4 = distinct !DISubprogram(name: "add", scope: !1, file: !1, line: 4, type: !5, isLocal: false, isDefinition: true, scopeLine: 4, flags: DIFlagPrototyped, isOptimized: false, variables: !2)
- !5 = !DISubroutineType(types: !6)
- !6 = !{!7, !7, !7}
- !7 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
- !8 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 9, type: !9, isLocal: false, isDefinition: true, scopeLine: 9, flags: DIFlagPrototyped, isOptimized: false, variables: !2)
- !9 = !DISubroutineType(types: !10)
- !10 = !{!7, !7, !11}
- !11 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !12, size: 64, align: 64)
- !12 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !13, size: 64, align: 64)
- !13 = !DIBasicType(name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char)
- !14 = !{!"clang version 3.9.0 "}
- !17 = !DILocalVariable(name: "x", arg: 1, scope: !4, file: !1, line: 4, type: !7)
- !18 = !DIExpression()
- !19 = !DILocation(line: 4, column: 13, scope: !4)
- !20 = !DILocalVariable(name: "y", arg: 2, scope: !4, file: !1, line: 4, type: !7)
- !21 = !DILocation(line: 4, column: 16, scope: !4)
- !22 = !DILocation(line: 5, column: 13, scope: !4)
- !23 = !DILocalVariable(name: "z", scope: !4, file: !1, line: 5, type: !7)
- !24 = !DILocation(line: 5, column: 7, scope: !4)
- !25 = !DILocation(line: 6, column: 3, scope: !4)
- !26 = !DILocalVariable(name: "argc", arg: 1, scope: !8, file: !1, line: 9, type: !7)
- !27 = !DILocation(line: 9, column: 14, scope: !8)
- !28 = !DILocalVariable(name: "argv", arg: 2, scope: !8, file: !1, line: 9, type: !11)
- !29 = !DILocation(line: 9, column: 27, scope: !8)
- !30 = !DILocation(line: 4, column: 13, scope: !4, inlinedAt: !31)
- !31 = distinct !DILocation(line: 10, column: 11, scope: !8)
- !32 = !DILocation(line: 4, column: 16, scope: !4, inlinedAt: !31)
- !33 = !DILocation(line: 5, column: 13, scope: !4, inlinedAt: !31)
- !34 = !DILocation(line: 5, column: 7, scope: !4, inlinedAt: !31)
- !35 = !DILocalVariable(name: "r", scope: !8, file: !1, line: 10, type: !7)
- !36 = !DILocation(line: 10, column: 7, scope: !8)
- !37 = !DILocation(line: 11, column: 3, scope: !8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement