HomeSort by relevance Sort by last modified time
    Searched full:global_context (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/test/Bindings/OCaml/
executionengine.ml 17 let context = global_context ()
32 let b = builder_at_end (global_context ()) (entry_block fn) in
40 let b = builder_at_end (global_context ()) (entry_block fn) in
49 let m = create_module (global_context ()) "test_module" in
59 let m2 = create_module (global_context ()) "test_module2" in
ext_exc.ml 9 let context = Llvm.global_context ()
transform_utils.ml 12 let context = global_context ()
analysis.ml 15 let context = global_context ()
bitwriter.ml 13 let context = Llvm.global_context ()
bitreader.ml 13 let context = Llvm.global_context ()
irreader.ml 16 let context = global_context ()
linker.ml 16 let context = global_context ()
vectorize.ml 17 let context = global_context ()
ipo.ml 17 let context = global_context ()
passmgr_builder.ml 16 let context = global_context ()
scalar_opts.ml 17 let context = global_context ()
target.ml 17 let context = global_context ()
core.ml 27 let context = global_context ()
    [all...]
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 48 GemmContext* global_context; member in namespace:gemmlowp::eight_bit_int_gemm::__anon12731
51 if (!global_context) {
52 global_context = new GemmContext;
54 return global_context;
58 delete global_context;
59 global_context = nullptr;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 9 let context = global_context ()
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 9 let context = global_context ()
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 9 let context = global_context ()
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 9 let context = global_context ()
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 9 let context = global_context ()
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst 55 let context = global_context ()
794 let context = global_context ()
    [all...]
OCamlLangImpl4.rst 697 let context = global_context ()
    [all...]
OCamlLangImpl5.rst     [all...]
OCamlLangImpl6.rst     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 310 external global_context : unit -> llcontext = "llvm_global_context"
    [all...]

Completed in 552 milliseconds

1 2