Home | History | Annotate | Download | only in tutorial

Lines Matching full:the_function

192             Llvm_analysis.assert_valid_function the_function;
195 let _ = PassManager.run_function the_function the_fpm in
197 the_function
277 let the_function = Codegen.codegen_func the_fpm e in
278 dump_value the_function;
281 let result = ExecutionEngine.run_function the_function [||]
770 let the_function = codegen_proto proto in
773 let bb = append_block context "entry" the_function in
783 Llvm_analysis.assert_valid_function the_function;
786 let _ = PassManager.run_function the_function the_fpm in
788 the_function
790 delete_function the_function;
828 let the_function = Codegen.codegen_func the_fpm e in
829 dump_value the_function;
832 let result = ExecutionEngine.run_function the_function [||]