Lines Matching refs:Codegen
140 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
141 let the_fpm = PassManager.create_function Codegen.the_module in
179 (in ``Codegen.codegen_func``), but before it is returned to the client:
255 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
277 let the_function = Codegen.codegen_func the_fpm e in
285 print_float (GenericValue.as_float Codegen.double_type result);
819 dump_value (Codegen.codegen_func the_fpm e);
823 dump_value (Codegen.codegen_proto e);
828 let the_function = Codegen.codegen_func the_fpm e in
836 print_float (GenericValue.as_float Codegen.double_type result);
838 with Stream.Error s | Codegen.Error s ->
873 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
874 let the_fpm = PassManager.create_function Codegen.the_module in
898 dump_module Codegen.the_module