Lines Matching refs:the_module
56 let the_module = create_module context "my cool jit"
62 ``Codegen.the_module`` is the LLVM construct that contains all of the
178 match lookup_function callee the_module with
228 match lookup_function name the_module with
247 ``Codegen.the_module``. If not, we will create it.
251 | None -> declare_function name ft the_module
259 specified: this name is registered in "``Codegen.the_module``"s symbol
795 let the_module = create_module context "my cool jit"
822 match lookup_function callee the_module with
840 match lookup_function name the_module with
841 | None -> declare_function name ft the_module
955 dump_module Codegen.the_module