HomeSort by relevance Sort by last modified time
    Searched refs:the_module (Results 1 - 15 of 15) sorted by null

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
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
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/examples/OCaml-Kaleidoscope/Chapter5/
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
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/
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
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/Chapter7/
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
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/Chapter3/
toy.ml 23 dump_module Codegen.the_module
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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py 214 the_module = sys.modules[start_dir]
216 start_dir = os.path.abspath(os.path.dirname((the_module.__file__)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 194 the_module = sys.modules[start_dir]
196 start_dir = os.path.abspath(os.path.dirname((the_module.__file__)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 194 the_module = sys.modules[start_dir]
196 start_dir = os.path.abspath(os.path.dirname((the_module.__file__)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py     [all...]

Completed in 522 milliseconds