1cee313d2SEric Christopher; ModuleID = 'funcimport_debug.o' 27b1d7937SAmy Huangtarget datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" 3cee313d2SEric Christophertarget triple = "x86_64-unknown-linux-gnu" 4cee313d2SEric Christopher 5cee313d2SEric Christopher; Function Attrs: nounwind uwtable 6cee313d2SEric Christopherdefine void @func() #0 !dbg !4 { 7cee313d2SEric Christopherentry: 8cee313d2SEric Christopher ret void, !dbg !10 9cee313d2SEric Christopher} 10cee313d2SEric Christopher 11*4ab3041aSserge-sans-pailleattributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "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" } 12cee313d2SEric Christopher 13cee313d2SEric Christopher!llvm.dbg.cu = !{!0} 14cee313d2SEric Christopher!llvm.module.flags = !{!7, !8} 15cee313d2SEric Christopher!llvm.ident = !{!9} 16cee313d2SEric Christopher 17cee313d2SEric Christopher!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) 18cee313d2SEric Christopher!1 = !DIFile(filename: "funcimport_debug.c", directory: ".") 19cee313d2SEric Christopher!2 = !{} 20cee313d2SEric Christopher!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) 21cee313d2SEric Christopher!5 = !DISubroutineType(types: !6) 22cee313d2SEric Christopher!6 = !{null} 23cee313d2SEric Christopher!7 = !{i32 2, !"Dwarf Version", i32 4} 24cee313d2SEric Christopher!8 = !{i32 2, !"Debug Info Version", i32 3} 25cee313d2SEric Christopher!9 = !{!"clang version 3.8.0 (trunk 255685) (llvm/trunk 255682)"} 26cee313d2SEric Christopher!10 = !DILocation(line: 2, column: 1, scope: !4) 27