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

1 23

  /external/llvm/bindings/ocaml/llvm/
llvm.ml 1 (*===-- llvm/llvm.ml - LLVM Ocaml Interface --------------------------------===*
3 * The LLVM Compiler Infrastructure
    [all...]
  /build/core/
main.mk 190 ifneq ($(findstring llvm-gcc,$(GCC_REALPATH)),)
191 # Using LLVM GCC results in a non functional emulator due to it
194 $(warning * gcc is linked to llvm-gcc which will *)
    [all...]
  /external/llvm/lib/IR/
Core.cpp 3 // The LLVM Compiler Infrastructure
11 // for libLLVMCore.a, which implements the LLVM intermediate representation.
15 #include "llvm-c/Core.h"
16 #include "llvm/Bitcode/ReaderWriter.h"
17 #include "llvm/IR/Attributes.h"
18 #include "llvm/IR/Constants.h"
19 #include "llvm/IR/DerivedTypes.h"
20 #include "llvm/IR/GlobalAlias.h"
21 #include "llvm/IR/GlobalVariable.h"
22 #include "llvm/IR/InlineAsm.h
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 427 // Note: LLVM optimizations can inline and remove functions, after which you will not be
452 assert(func, 'Cannot call unknown function ' + ident + ' (perhaps LLVM optimizations or closure removed it?)');
509 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
731 // For LLVM-originating strings, see parser.js:parseLLVMString function
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 485 // Note: LLVM optimizations can inline and remove functions, after which you will not be
510 assert(func, 'Cannot call unknown function ' + ident + ' (perhaps LLVM optimizations or closure removed it?)');
567 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
793 // For LLVM-originating strings, see parser.js:parseLLVMString function
    [all...]
  /external/llvm/
configure 3 # Generated by GNU Autoconf 2.60 for LLVM 3.4svn.
5 # Report bugs to <http://llvm.org/bugs/>.
562 PACKAGE_NAME='LLVM'
563 PACKAGE_TARNAME='llvm'
565 PACKAGE_STRING='LLVM 3.4svn'
566 PACKAGE_BUGREPORT='http://llvm.org/bugs/'
819 ac_subdirs_all='projects/llvm-gcc
821 projects/llvm-test
823 projects/llvm-poolalloc
826 projects/llvm-stacke
    [all...]

Completed in 76 milliseconds

1 23