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

  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
ext_exc.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa %s -o %t
bitwriter.ml 1 (* RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %s -o %t
analysis.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %s -o %t
target.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa %s -o %t
bitreader.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_bitwriter.cmxa %s -o %t
ipo_opts.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_ipo.cmxa llvm_target.cmxa %s -o %t
scalar_opts.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_scalar_opts.cmxa llvm_target.cmxa %s -o %t
executionengine.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %s -o %t
vmcore.ml 1 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa llvm_bitwriter.cmxa %s -o %t
    [all...]
  /external/capstone/bindings/ocaml/
Makefile 7 all: arm_const.cmxa arm64_const.cmxa mips_const.cmxa ppc_const.cmxa sparc_const.cmxa sysz_const.cmxa x86_const.cmxa xcore_const.cmxa arm.cmxa arm64.cmxa mips.cmxa ppc.cmxa x86.cmxa sparc.cmxa systemz.cmxa xcore.cmxa capstone.cmxa test_basic.cmx test_d (…)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/
Makefile.ocaml 67 Archive.CMXA := $(strip $(OCAMLOPT) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)
70 Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
97 LibraryCMXA := $(ObjDir)/$(LIBRARYNAME).cmxa
113 OutputCMXA := $(LibraryCMXA:$(ObjDir)/%.cmxa=$(OcamlDir)/%.cmxa)
130 DestCMXA := $(PROJ_libocamldir)/$(LIBRARYNAME).cmxa
294 ##===- Build optimized ocaml archive (.ml's -> .cmx's -> .cmxa, .a) -------===##
309 clean-local:: clean-cmxa
310 install-local:: install-cmxa
311 uninstall-local:: uninstall-cmxa
    [all...]

Completed in 377 milliseconds