/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 25 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
|
D | codegen.ml | 10 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-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 25 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
|
D | codegen.ml | 10 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-project/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 25 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
|
D | codegen.ml | 10 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-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 25 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
|
D | codegen.ml | 10 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/ |
D | toy.ml | 25 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
|
D | codegen.ml | 10 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/ |
D | toy.ml | 25 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
|
D | codegen.ml | 10 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-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 26 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
|
D | codegen.ml | 10 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/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 26 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
|
D | codegen.ml | 10 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/python/cpython3/Lib/test/libregrtest/ |
D | runtest.py | 202 def _test_module(the_module): argument 204 tests = loader.loadTestsFromModule(the_module) 221 the_module = importlib.import_module(abstest) 225 test_runner = getattr(the_module, "test_main", None) 227 test_runner = functools.partial(_test_module, the_module)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 10 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
|
D | toy.ml | 23 dump_module Codegen.the_module
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 10 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
|
D | toy.ml | 23 dump_module Codegen.the_module
|
/external/python/cpython3/Lib/unittest/ |
D | loader.py | 302 the_module = sys.modules[start_dir] 306 os.path.dirname((the_module.__file__))) 310 spec = the_module.__spec__ 318 for path in the_module.__path__: 323 (path.split(the_module.__name__ 328 elif the_module.__name__ in sys.builtin_module_names: 335 .format(the_module)) from None
|
/external/llvm-project/llvm/docs/tutorial/ |
D | OCamlLangImpl3.rst | 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 [all …]
|
D | OCamlLangImpl4.rst | 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 [all …]
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl3.rst | 56 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 …]
|