25 lines · plain
1; ModuleID = 'funcimport_debug.o'2target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"3target triple = "x86_64-unknown-linux-gnu"4 5; Function Attrs: nounwind uwtable6define void @func() !dbg !4 {7entry:8 ret void, !dbg !109}10 11!llvm.dbg.cu = !{!0}12!llvm.module.flags = !{!7, !8}13!llvm.ident = !{!9}14 15!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.8.0 (trunk 255685) (llvm/trunk 255682)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)16!1 = !DIFile(filename: "funcimport_debug.c", directory: ".")17!2 = !{}18!4 = distinct !DISubprogram(name: "func", scope: !1, file: !1, line: 1, type: !5, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: false, unit: !0, retainedNodes: !2)19!5 = !DISubroutineType(types: !6)20!6 = !{null}21!7 = !{i32 2, !"Dwarf Version", i32 4}22!8 = !{i32 2, !"Debug Info Version", i32 3}23!9 = !{!"clang version 3.8.0 (trunk 255685) (llvm/trunk 255682)"}24!10 = !DILocation(line: 2, column: 1, scope: !4)25