Lines Matching refs:the_module
140 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
141 let the_fpm = PassManager.create_function Codegen.the_module in
165 requires a pointer to the ``the_module`` to construct itself. Once it is
255 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
698 let the_module = create_module context "my cool jit"
725 match lookup_function callee the_module with
743 match lookup_function name the_module with
744 | None -> declare_function name ft the_module
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