brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.6 KiB · 56e9452 Raw
30 lines · plain
1; Function Attrs: norecurse nounwind readnone uwtable2define dso_local void @_Z2f1v() local_unnamed_addr !dbg !7 {3entry:4  call void @llvm.dbg.value(metadata i32 9, metadata !11, metadata !DIExpression()), !dbg !135  ret void, !dbg !146}7 8; Function Attrs: nounwind readnone speculatable willreturn9declare void @llvm.dbg.value(metadata, metadata, metadata)10 11!llvm.dbg.cu = !{!0}12!llvm.module.flags = !{!3, !4, !5}13!llvm.ident = !{!6}14 15!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !1, producer: "clang version 11.0.0 (git@github.com:llvm/llvm-project.git edc3f4f02e54c2ae1067f60f6a0ed6caf5b92ef6)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, splitDebugInlining: false, nameTableKind: None)16!1 = !DIFile(filename: "hash.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch")17!2 = !{}18!3 = !{i32 7, !"Dwarf Version", i32 4}19!4 = !{i32 2, !"Debug Info Version", i32 3}20!5 = !{i32 1, !"wchar_size", i32 4}21!6 = !{!"clang version 11.0.0 (git@github.com:llvm/llvm-project.git edc3f4f02e54c2ae1067f60f6a0ed6caf5b92ef6)"}22!7 = distinct !DISubprogram(name: "f1", linkageName: "_Z2f1v", scope: !1, file: !1, line: 1, type: !8, scopeLine: 1, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !10)23!8 = !DISubroutineType(types: !9)24!9 = !{null}25!10 = !{!11}26!11 = !DILocalVariable(name: "i", scope: !7, file: !1, line: 2, type: !12)27!12 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)28!13 = !DILocation(line: 0, scope: !7)29!14 = !DILocation(line: 3, column: 1, scope: !7)30