Searched defs:the_module (Results 1 - 10 of 10) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
37 match lookup_function callee the_module with
55 match lookup_function name the_module with
56 | None -> declare_function name ft the_module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
37 match lookup_function callee the_module with
55 match lookup_function name the_module with
56 | None -> declare_function name ft the_module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
37 match lookup_function callee the_module with
55 match lookup_function name the_module with
56 | None -> declare_function name ft the_module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
37 match lookup_function callee the_module with
55 match lookup_function name the_module with
56 | None -> declare_function name ft the_module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
37 match lookup_function callee the_module with
177 match lookup_function name the_module with
178 | None -> declare_function name ft the_module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
24 match lookup_function callee the_module with
46 match lookup_function callee the_module with
55 match lookup_function callee the_module with
195 match lookup_function name the_module with
196 | None -> declare_function name ft the_module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
33 match lookup_function callee the_module with
75 match lookup_function callee the_module with
85 match lookup_function callee the_module with
293 match lookup_function name the_module with
294 | None -> declare_function name ft the_module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
37 match lookup_function callee the_module with
177 match lookup_function name the_module with
178 | None -> declare_function name ft the_module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
24 match lookup_function callee the_module with
46 match lookup_function callee the_module with
55 match lookup_function callee the_module with
195 match lookup_function name the_module with
196 | None -> declare_function name ft the_module
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml10 let the_module = create_module context "my cool jit" var
33 match lookup_function callee the_module with
75 match lookup_function callee the_module with
85 match lookup_function callee the_module with
293 match lookup_function name the_module with
294 | None -> declare_function name ft the_module

Completed in 229 milliseconds