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

  /external/llvm/bindings/ocaml/executionengine/
Makefile 1 ##===- bindings/ocaml/executionengine/Makefile --------------*- Makefile -*-===##
16 UsedComponents := executionengine jit interpreter native
  /external/llvm/bindings/ocaml/
Makefile 11 DIRS = llvm bitreader bitwriter irreader analysis target executionengine \
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 4 * RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %t.builddir/executionengine.ml -o %t
71 let ee = ExecutionEngine.create m in
72 ExecutionEngine.add_module m2 ee;
75 ExecutionEngine.run_static_ctors ee;
78 let res = ExecutionEngine.run_function_as_main main [|"test"|] [||] ee in
82 ExecutionEngine.free_machine_code main ee;
85 match ExecutionEngine.find_function "dne" ee with
89 match ExecutionEngine.find_function "plus" ee with
94 let res = ExecutionEngine.run_function plus
101 Llvm.dispose_module (ExecutionEngine.remove_module m2 ee)
    [all...]

Completed in 421 milliseconds