HomeSort by relevance Sort by last modified time
    Searched refs:ocaml (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter2/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch2
22 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/llvm/bindings/ocaml/analysis/
Makefile 1 ##===- bindings/ocaml/analysis/Makefile --------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/bitreader/
Makefile 1 ##===- bindings/ocaml/bitreader/Makefile -------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
llvm_bitreader.mli 1 (*===-- llvm_bitreader.mli - LLVM Ocaml Interface ---------------*- C++ -*-===*
12 This interface provides an ocaml API for the LLVM bitcode reader, the
  /external/llvm/bindings/ocaml/bitwriter/
Makefile 1 ##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
llvm_bitwriter.ml 1 (*===-- llvm_bitwriter.ml - LLVM Ocaml Interface ----------------*- C++ -*-===*
10 * This interface provides an ocaml API for the LLVM intermediate
llvm_bitwriter.mli 1 (*===-- llvm_bitwriter.mli - LLVM Ocaml Interface ---------------*- C++ -*-===*
12 This interface provides an ocaml API for the LLVM bitcode writer, the
  /external/llvm/bindings/ocaml/llvm/
Makefile 1 ##===- bindings/ocaml/llvm/Makefile ------------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/target/
Makefile 1 ##===- bindings/ocaml/target/Makefile ----------------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/executionengine/
Makefile 1 ##===- bindings/ocaml/executionengine/Makefile --------------*- Makefile -*-===##
19 include ../Makefile.ocaml
  /external/llvm/bindings/ocaml/transforms/scalar/
Makefile 1 ##===- bindings/ocaml/transforms/scalar/Makefile -----------*- Makefile -*-===##
20 include ../../Makefile.ocaml
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter3/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch3
24 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
myocamlbuild.ml 6 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter4/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch4
25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter5/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch5
25 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/test/Bindings/Ocaml/
dg.exp 3 if [ llvm_supports_binding ocaml ] then {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter6/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch6
34 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
Makefile 1 ##===- examples/OCaml-Kaleidoscope/Chapter7/Makefile -------*- Makefile -*-===##
15 TOOLNAME := OCaml-Kaleidoscope-Ch7
34 include $(LEVEL)/bindings/ocaml/Makefile.ocaml
  /external/llvm/examples/
Makefile 28 ifeq ($(filter $(BINDINGS_TO_BUILD),ocaml),ocaml)
29 PARALLEL_DIRS += OCaml-Kaleidoscope
  /external/llvm/bindings/ocaml/
Makefile 1 ##===- bindings/ocaml/Makefile -----------------------------*- Makefile -*-===##
12 ExtraMakefiles = $(PROJ_OBJ_DIR)/Makefile.ocaml
  /external/llvm/docs/
Makefile 41 ifneq (,$(filter ocaml,$(BINDINGS_TO_BUILD)))
122 $(Verb) $(MAKE) -C $(LEVEL)/bindings/ocaml ocamldoc
126 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'`

Completed in 85 milliseconds

1 2