Home
last modified time | relevance | path

Searched refs:the_module (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
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/Chapter5/
Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
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/Chapter5/
Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
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/Chapter4/
Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
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/Chapter6/
Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
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/Chapter4/
Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
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/Chapter7/
Dtoy.ml26 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
27 let the_fpm = PassManager.create_function Codegen.the_module in
54 dump_module Codegen.the_module
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/Chapter7/
Dtoy.ml26 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
27 let the_fpm = PassManager.create_function Codegen.the_module in
54 dump_module Codegen.the_module
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/Chapter3/
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
Dtoy.ml23 dump_module Codegen.the_module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
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
Dtoy.ml23 dump_module Codegen.the_module
/external/llvm/docs/tutorial/
DOCamlLangImpl3.rst56 let the_module = create_module context "my cool jit"
62 ``Codgen.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
[all …]
DOCamlLangImpl4.rst140 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
[all …]
DOCamlLangImpl6.rst221 match lookup_function callee the_module with
394 match lookup_function callee the_module with
1069 let the_module = create_module context "my cool jit"
1083 match lookup_function callee the_module with
1105 match lookup_function callee the_module with
1114 match lookup_function callee the_module with
1254 match lookup_function name the_module with
1255 | None -> declare_function name ft the_module
1392 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
1393 let the_fpm = PassManager.create_function Codegen.the_module in
[all …]
/external/python/cpython2/Lib/unittest/
Dloader.py196 the_module = sys.modules[start_dir]
198 start_dir = os.path.abspath(os.path.dirname((the_module.__file__)))
/external/python/cpython2/Lib/test/
Dregrtest.py938 the_module = getattr(the_package, test)
942 indirect_test = getattr(the_module, "test_main", None)
946 refleak = dash_R(the_module, test, indirect_test,
1034 def dash_R(the_module, test, indirect_test, huntrleaks): argument
1071 imp.reload(the_module)

12