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

1 23

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
10 // This file declares functions and classes used to support LTO. It is intended
11 // to be used both by LTO classes as well as by clients (gold-plugin) that
12 // don't utilize the LTO code generator interfaces.
25 #include "llvm/LTO/Config.h"
64 namespace lto { namespace in namespace:llvm
78 class LTO;
83 /// information that an LTO client should need in order to do symbol resolution.
89 // FIXME: Remove LTO class friendship once we have bitcode symbol tables.
90 friend LTO;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/buildit/
build_llvm 319 # Omit lto.h from the result. Clang will supply.
320 find $DEST_DIR$DEST_ROOT -name lto.h -delete
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 69 # -disable-lto Disable link time optimization.
187 if (/^-disable-lto$/) { $PROGTESTOPTS .= " DISABLE_LTO=1"; next; }
  /external/v8/tools/clang/scripts/
update.py 49 LLVM_LTO_GOLD_PLUGIN_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-lto-gold-plugin')
554 # Build LLVM gold plugin with LTO. That speeds up the linker by ~10%.
555 # We only use LTO for Linux now.
557 print 'Building LTO LLVM Gold plugin'
564 # and ranlib could find it while linking LLVMgold.so with LTO.
    [all...]
  /toolchain/binutils/binutils-2.25/
Makefile.def 113 host_modules= { module= lto-plugin; bootstrap=true;
299 dependencies = { module=configure-gcc; on=all-lto-plugin; };
321 dependencies = { module=all-gcc; on=all-lto-plugin; };
327 dependencies = { module=install-gcc ; on=install-lto-plugin; };
329 dependencies = { module=install-strip-gcc ; on=install-strip-lto-plugin; };
341 dependencies = { module=all-lto-plugin; on=all-libiberty; };
configure     [all...]
  /external/mksh/src/
Build.sh 503 c:combine|c:dragonegg|c:llvm|c:lto)
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /external/protobuf/
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
configure     [all...]
  /external/python/cpython2/
configure     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
configure     [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 1502 milliseconds

1 23