Home
last modified time | relevance | path

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

12

/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-7.0/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/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
/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
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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
/external/swiftshader/third_party/llvm-7.0/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/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
/external/swiftshader/third_party/llvm-7.0/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
/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
/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
/external/python/cpython3/Lib/unittest/
Dloader.py302 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/python/cpython3/Lib/test/libregrtest/
Druntest.py166 the_module = importlib.import_module(abstest)
169 test_runner = getattr(the_module, "test_main", None)
173 tests = loader.loadTestsFromModule(the_module)
180 refleak = dash_R(the_module, test, test_runner, ns.huntrleaks)

12