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

1 2 3

  /external/clang/test/CodeGen/
2008-01-28-PragmaMark.c 1 // RUN: %clang_cc1 -Werror -emit-llvm %s -o /dev/null
2 #pragma mark LLVM's world
4 #error LLVM's world
  /external/llvm/autoconf/m4/
config_project.m4 2 # Provide the arguments and other processing needed for an LLVM project
6 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
  /external/llvm/projects/sample/autoconf/m4/
config_project.m4 2 # Provide the arguments and other processing needed for an LLVM project
6 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 1 (*===-- llvm_bitwriter.ml - LLVM Ocaml Interface ----------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
10 * This interface provides an ocaml API for the LLVM intermediate
17 external write_bitcode_file : Llvm.llmodule -> string -> bool
20 external write_bitcode_to_fd : ?unbuffered:bool -> Llvm.llmodule
llvm_bitwriter.mli 1 (*===-- llvm_bitwriter.mli - LLVM Ocaml Interface ---------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an ocaml API for the LLVM bitcode writer, the
17 external write_bitcode_file : Llvm.llmodule -> string -> bool
23 external write_bitcode_to_fd : ?unbuffered:bool -> Llvm.llmodule
30 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.ml 1 (*===-- llvm_analysis.ml - LLVM Ocaml Interface -----------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
11 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
13 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
15 external assert_valid_module : Llvm.llmodule -> unit
18 external assert_valid_function : Llvm.llvalue -> unit
20 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
21 external view_function_cfg_only : Llvm.llvalue -> unit
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 1 (*===-- llvm_bitreader.ml - LLVM Ocaml Interface ----------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
16 external get_module : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
19 external parse_bitcode : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
llvm_bitreader.mli 1 (*===-- llvm_bitreader.mli - LLVM Ocaml Interface ---------------*- C++ -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an ocaml API for the LLVM bitcode reader, the
20 encountered. See the function [llvm::getBitcodeModule]. *)
21 val get_module : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
27 encountered. See the function [llvm::ParseBitcodeFile]. *)
28 val parse_bitcode : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodul
    [all...]
  /external/compiler-rt/lib/tsan/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/llvm/utils/
findsym.pl 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
  /external/compiler-rt/lib/arm/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/i386/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/interception/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/ppc/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/profile/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/x86_64/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/clang/
gen_diff.sh 7 echo This will generate a diff of both Clang and LLVM in the files
13 BASE_LLVM_DIR=$LLVMDIR/llvm
48 ANDROID_LLVM_DIR=$PWD/../llvm
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 1 (*===-- llvm_target.ml - LLVM Ocaml Interface ------------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
20 external add : t -> [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
28 external intptr_type : DataLayout.t -> Llvm.lltype = "LLVMIntPtrType"
29 external size_in_bits : DataLayout.t -> Llvm.lltype -> Int64.t
31 external store_size : DataLayout.t -> Llvm.lltype -> Int64.t = "llvm_store_size"
32 external abi_size : DataLayout.t -> Llvm.lltype -> Int64.t = "llvm_abi_size"
33 external abi_align : DataLayout.t -> Llvm.lltype -> int = "llvm_abi_align"
34 external stack_align : DataLayout.t -> Llvm.lltype -> int = "llvm_stack_align
    [all...]
  /external/compiler-rt/lib/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/asan/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/lsan/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/msan/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/ubsan/
Makefile.mk 3 # The LLVM Compiler Infrastructure

Completed in 247 milliseconds

1 2 3