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

1 2 3 4 5

  /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/tools/msbuild/
uninstall.bat 16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
18 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
    [all...]
install.bat 53 IF NOT EXIST %D%\LLVM-vs2010 mkdir %D%\LLVM-vs2010
55 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props %D%\LLVM-vs2010
57 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010
64 IF NOT EXIST %D%\LLVM-vs2012 mkdir %D%\LLVM-vs2012
66 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props %D%\LLVM-vs2012
    [all...]
  /external/llvm/utils/vim/ftplugin/
llvm.vim 2 " Language: LLVM Assembly
3 " Maintainer: The LLVM team, http://llvm.org/
tablegen.vim 2 " Language: LLVM TableGen
3 " Maintainer: The LLVM team, http://llvm.org/
  /external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 1 (*===-- llvm_all_backends.mli - LLVM OCaml Interface ----------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/go/llvm/
llvm_dep.go 1 //===- llvm_dep.go - creates LLVM dependency ------------------------------===//
3 // The LLVM Compiler Infrastructure
10 // This file ensures that the LLVM libraries are built before using the
17 package llvm package
version.go 1 //===- version.go - LLVM version info -------------------------------------===//
3 // The LLVM Compiler Infrastructure
10 // This file defines LLVM version information.
14 package llvm package
17 #include "llvm/Config/llvm-config.h"
bitreader.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
17 #include "llvm-c/BitReader.h"
18 #include "llvm-c/Core.h"
28 // ParseBitcodeFile parses the LLVM IR (bitcode) in the file with the
29 // specified name, and returns a new LLVM module.
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 1 (*===-- llvm_bitwriter.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
10 * This interface provides an OCaml API for the LLVM intermediate
16 : Llvm.llmodule -> string -> bool
20 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool
24 : Llvm.llmodule -> Llvm.llmemorybuffer
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 1 (*===-- llvm_linker.mli - LLVM OCaml Interface -----------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for LLVM bitcode linker,
19 val link_modules' : Llvm.llmodule -> Llvm.llmodule -> uni
llvm_linker.ml 1 (*===-- llvm_linker.ml - LLVM OCaml Interface ------------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
14 external link_modules' : Llvm.llmodule -> Llvm.llmodule -> unit
  /external/swiftshader/third_party/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
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 1 (*===-- llvm_bitreader.ml - LLVM OCaml Interface --------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
15 : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
18 : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.ml 1 (*===-- llvm_irreader.ml - LLVM OCaml Interface ---------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
15 external parse_ir : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
llvm_irreader.mli 1 (*===-- llvm_irreader.mli - LLVM OCaml Interface --------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for the LLVM assembly reader, the
20 encountered. See the function [llvm::ParseIR]. *)
21 val parse_ir : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
  /external/llvm/test/MC/PowerPC/
pr24686.s 1 # RUN: not llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj %s \
7 # CHECK: LLVM ERROR: Invalid PC-relative half16ds relocation
  /external/swiftshader/third_party/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
  /external/compiler-rt/lib/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/llvm/test/MC/AsmParser/
dot-symbol-assignment-backwards.s 1 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
10 # CHECK: LLVM ERROR: invalid .org offset '24' (at offset '28')
  /external/llvm/utils/
findsym.pl 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
  /external/swiftshader/third_party/LLVM/utils/
findsym.pl 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
parseNLT.pl 9 if (/LLVM Test Results for (\w+) (\d+), (\d+)</)
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.ml 1 (*===-- llvm_passmgr_builder.ml - LLVM OCaml Interface --------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
25 : [ `Function ] Llvm.PassManager.t -> t -> unit
28 : [ `Module ] Llvm.PassManager.t -> t -> unit
31 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
  /external/llvm/test/MC/ARM/Windows/
invalid-relocation.s 1 # RUN: not llvm-mc -triple thumbv7-windows -incremental-linker-compatible -filetype obj -o /dev/null 2>&1 %s \
13 # CHECK: LLVM ERROR: unsupported relocation type: fixup_t2_adr_pcrel_12

Completed in 269 milliseconds

1 2 3 4 5