brintos

brintos / llvm-project-archived public Read only

0
0
Text · 324 B · 303ed68 Raw
18 lines · plain
1  .functype  test0 () -> ()2  .functype  test1 () -> ()3  .functype  main (i32, i32) -> (i32)4 5  .section  .text.main,"",@6  .globl  main7  .type  main,@function8main:9  .functype  main (i32, i32) -> (i32)10  call  test011  call  test112  i32.const  013  end_function14 15  .section  .debug_info,"",@16  .int32 test017  .int32 test118