HomeSort by relevance Sort by last modified time
    Searched refs:LLVM (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/llvm/bindings/go/llvm/
transforms_ipo.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
17 #include "llvm-c/Transforms/IPO.h"
analysis.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
17 #include "llvm-c/Analysis.h" // If you are getting an error here read bindings/go/README.txt
18 #include "llvm-c/Core.h"
executionengine_test.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
string.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
transforms_scalar.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
17 #include "llvm-c/Transforms/Scalar.h"
target.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
17 #include "llvm-c/Core.h"
18 #include "llvm-c/Target.h"
19 #include "llvm-c/TargetMachine.h"
77 // wants access to all available targets that LLVM is configured to support.
81 // to link in all available targets that LLVM is configured to support.
112 // llvm.TargetData
116 // See the constructor llvm::TargetData::TargetData.
126 // See the method llvm::PassManagerBase::add
    [all...]
executionengine.go 3 // The LLVM Compiler Infrastructure
14 package llvm package
17 #include "llvm-c/Core.h"
18 #include "llvm-c/ExecutionEngine.h"
61 // llvm.GenericValue
89 // llvm.ExecutionEngine
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 1 (*===-- llvm_executionengine.mli - LLVM OCaml Interface -------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for LLVM execution engine (JIT/
24 directly loading an LLVM module and executing its functions without first
28 (** MCJIT compiler options. See [llvm::TargetOptions]. *)
48 See the function [llvm::EngineBuilder::create]. *)
49 val create : ?options:llcompileroptions -> Llvm.llmodule -> llexecutionengine
56 val add_module : Llvm.llmodule -> llexecutionengine -> unit
60 val remove_module : Llvm.llmodule -> llexecutionengine -> unit
77 val add_global_mapping : Llvm.llvalue -> 'a Ctypes.ptr -> llexecutionengine -> uni
    [all...]
  /external/llvm/test/MC/ARM/
arm-thumb-cpus-default.s 1 @ RUN: llvm-mc -show-encoding -triple=arm-eabi < %s \
4 @ RUN: llvm-mc -show-encoding -triple=armv4t-eabi < %s \
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s \
10 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s \
13 @ RUN: llvm-mc -show-encoding -triple=armv7m-eabi < %s \
16 @ RUN: llvm-mc -show-encoding -triple=armv6m-eabi < %s \
19 @ Make sure the architecture chosen by LLVM defaults to a compatible
  /external/llvm/tools/llvm-shlib/
Makefile 3 # The LLVM Compiler Infrastructure
12 LIBRARYNAME = LLVM-$(LLVM_VERSION_MAJOR).$(LLVM_VERSION_MINOR)$(LLVM_VERSION_SUFFIX)
13 LIBRARYALIASNAME = LLVM-$(LLVMVersion)
  /external/skia/platform_tools/android/bin/utils/
setup_toolchain.sh 38 LLVM=3.6
60 --llvm-version=$LLVM \
  /external/v8/tools/gcmole/
bootstrap.sh 38 LLVM_DIR="${THIS_DIR}/../../third_party/llvm"
41 LLVM_REPO_URL=${LLVM_URL:-https://llvm.org/svn/llvm-project}
73 echo Getting LLVM r"${CLANG_RELEASE}" in "${LLVM_DIR}"
75 "${LLVM_REPO_URL}/llvm/branches/release_${CLANG_RELEASE/./}" \
80 "${LLVM_REPO_URL}/llvm/branches/release_${CLANG_RELEASE/./}" \
102 ../llvm/configure \
128 echo CLANG_BIN=\"third_party/llvm/Release+Asserts/bin\" lua tools/gcmole/gcmole.lua
  /packages/apps/Messaging/jni/
Android.mk 33 LOCAL_NDK_STL_VARIANT := c++_static # LLVM libc++
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 1 (*===-- llvm_target.ml - LLVM OCaml Interface ------------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
57 external add_to_pass_manager : [<Llvm.PassManager.any]
58 Llvm.PassManager.t -> t -> unit
62 external intptr_type : Llvm.llcontext -> t -> Llvm.lltype
66 external qualified_intptr_type : Llvm.llcontext -> int -> t -> Llvm.lltype
68 external size_in_bits : Llvm.lltype -> t -> Int64.t
70 external store_size : Llvm.lltype -> t -> Int64.
    [all...]
llvm_target.mli 1 (*===-- llvm_target.mli - LLVM OCaml Interface -----------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an OCaml API for LLVM target information,
63 See the constructor [llvm::DataLayout::DataLayout]. *)
67 See the method [llvm::DataLayout::getStringRepresentation]. *)
72 See the method [llvm::PassManagerBase::add]. *)
73 val add_to_pass_manager : [<Llvm.PassManager.any] Llvm.PassManager.t ->
78 See the method [llvm::DataLayout::isLittleEndian]. *)
82 See the method [llvm::DataLayout::getPointerSize]. *
    [all...]
  /external/compiler-rt/
README.android 3 * cannot push upstream to the llvm.org repository:
19 * For FUTURE: Synced to LLVM 3.4 r197381
21 * Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://llvm.org/svn/llvm-project/compiler-rt/trunk@201070
31 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
32 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.
    [all...]
  /external/llvm/
llvm-host-build.mk 24 # on the command line, and LLVM defines this internally itself.
  /external/llvm/utils/vim/indent/
llvm.vim 2 " Language: llvm
3 " Maintainer: The LLVM team, http://llvm.org/
  /external/llvm/utils/vim/syntax/
tablegen.vim 3 " Maintainer: The LLVM team, http://llvm.org/
  /bionic/libdl/
Android.mk 55 # A dummy libdl.a. Need for static executables using the LLVM unwinder. Most
  /external/ceres-solver/jni/
Application.mk 36 # Use libc++ from LLVM. It is a modern BSD licensed implementation of
  /external/clang/www/demo/
index.cgi 2 # LLVM Web Demo script
22 my $CONTACT_ADDRESS = 'Questions or comments? Email the <a href="http://lists.llvm.org/mailman/listinfo/llvm-dev">LLVM-dev mailing list</a>.';
29 '/home/vadve/shared/llvm-gcc4.0-2.1/bin/',
30 '/home/vadve/shared/llvm-2.1/Release/bin');
110 new Mail::Send( Subject => "LLVM Demo Page Run", To => $recipient );
123 <title>Try out LLVM in your browser!</title>
126 \@import url("http://llvm.org/llvm.css")
    [all...]
  /external/llvm/tools/llvm-go/
llvm-go.go 1 //===-- llvm-go.go - go tool wrapper for LLVM -----------------------------===//
3 // The LLVM Compiler Infrastructure
10 // This tool lets us build LLVM components within the tree by setting up a
37 {"bindings/go/llvm", "llvm.org/llvm/bindings/go/llvm"},
38 {"tools/llgo", "llvm.org/llgo"},
75 configpath = filepath.Join(bin, "llvm-config"
    [all...]
  /external/llvm/utils/TableGen/
tdtags 6 # The LLVM Compiler Infrastructure
41 in the LLVM source tree.
46 - Generate a tags file for each specified LLVM code generator
92 Produce a tags file in every directory in the LLVM source tree
283 # Generate tags for all .td files in LLVM.
338 # Change to the directory at the top of the enclosing LLVM source tree,
344 [ -d include/llvm -a -d lib/Target ] && return 0
355 TBLGEN=llvm-tblgen
414 # Find the directory at the top of the enclosing LLVM source tree.
417 printf >&2 '%s: Run from within the LLVM source tree.\n' "$SELF
    [all...]
  /external/llvm/utils/release/
build_llvm_package.bat 4 REM Script for building the LLVM installer on Windows,
5 REM used for the the weekly snapshots at http://www.llvm.org/builds.
38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit /b
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
    [all...]

Completed in 3481 milliseconds

1 23 4 5