/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/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/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.
|
support.go | 3 // The LLVM Compiler Infrastructure 14 package llvm package 17 #include "llvm-c/Support.h" 28 // Loads a dynamic library such that it may be used as an LLVM plugin. 29 // See llvm::sys::DynamicLibrary::LoadLibraryPermanently. 43 // Parse the given arguments using the LLVM command line parser. 44 // See llvm::cl::ParseCommandLineOptions.
|
/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
|
llvm_bitwriter.mli | 1 (*===-- llvm_bitwriter.mli - LLVM OCaml Interface -------------*- OCaml -*-===* 3 * The LLVM Compiler Infrastructure 12 This interface provides an OCaml API for the LLVM bitcode writer, the 18 : Llvm.llmodule -> string -> bool 25 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool 31 : Llvm.llmodule -> Llvm.llmemorybuffer 37 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool
|
/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/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
|
llvm_bitreader.mli | 1 (*===-- llvm_bitreader.mli - LLVM OCaml Interface -------------*- OCaml -*-===* 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 26 encountered. See the function [llvm::ParseBitcodeFile]. *) 27 val parse_bitcode : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodul [all...] |
/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/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/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
|
llvm_passmgr_builder.mli | 1 (*===-- llvm_passmgr_builder.mli - LLVM OCaml Interface -------*- OCaml -*-===* 3 * The LLVM Compiler Infrastructure 12 This interface provides an OCaml API for LLVM pass manager builder 17 (** See the [llvm::PassManagerBuilder] function. *) 21 (** See the [llvm::PassManagerBuilder::OptLevel] function. *) 25 (** See the [llvm::PassManagerBuilder::SizeLevel] function. *) 29 (** See the [llvm::PassManagerBuilder::DisableUnitAtATime] function. *) 33 (** See the [llvm::PassManagerBuilder::DisableUnrollLoops] function. *) 37 (** See the [llvm::PassManagerBuilder::Inliner] function. *) 41 (** See the [llvm::PassManagerBuilder::populateFunctionPassManager] function. * [all...] |
/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
|