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

  /external/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /device/asus/grouper/
gps.conf 2 XTRA_SERVER_1=http://gllto.glpals.com/7day/latest/lto.dat
3 XTRA_SERVER_2=http://gllto.glpals.com/7day/latest/lto.dat
4 XTRA_SERVER_3=http://gllto.glpals.com/2day/latest/lto.dat
  /external/llvm/tools/
Makefile 56 # gold only builds if binutils is around. It requires "lto" to build before
59 DIRS += lto gold
61 PARALLEL_DIRS += lto
  /external/llvm/tools/lto/
Makefile 1 ##===- tools/lto/Makefile ----------------------------------*- Makefile -*-===##
11 LIBRARYNAME := LTO
17 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/lto.exports
52 # If we're doing an Apple-style build, add the LTO object path.
54 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX)
  /external/libnfc-nxp/inc/
phNfcLlcpTypes.h 43 #define PHFRINFC_LLCP_LTO_DEFAULT 10 /**< Default LTO value (in step of 10ms).*/
129 uint8_t lto; member in struct:phFriNfc_Llcp_sLinkParameters
  /external/llvm/runtime/libprofile/
Makefile 46 # If we're doing an Apple-style build, add the LTO object path.
48 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/profile_rt-lto.XXXXXX)
  /external/clang/tools/libclang/
Makefile 37 # FIXME: This is copied from the 'lto' makefile. Should we share this?
59 # If we're doing an Apple-style build, add the LTO object path.
61 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/clang-lto.XXXXXX)
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 116 int lto; member in struct:nfc_jni_native_data
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 159 int lto; member in struct:nfc_jni_native_data
com_android_nfc_NativeNfcManager.cpp 531 LlcpConfigInfo.lto = nat->lto;
786 ALOGI("LLCP Link activated (LTO=%d, MIU=%d, OPTION=0x%02x, WKS=0x%02x)",sLinkParams.lto,
    [all...]
  /external/llvm/
Makefile 75 tools/lto runtime
82 tools/clang tools/lto
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 273 /* No data is coming before LTO, disconnecting */
378 sParams.lto = PHFRINFC_LLCP_LTO_DEFAULT;
435 /* Error : Ill-formed LTO parameter TLV */
438 /* Get LTO */
439 sParams.lto = sValueBuffer.buffer[0];
558 /* Initiate Symmetry procedure by resetting LTO timer */
739 /* Response must be received before LTO announced by remote peer */
740 nDuration = Llcp->sRemoteParams.lto * 10;
754 /* Must answer before the local announced LTO */
755 /* NOTE: to ensure the answer is completely sent before LTO, th
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 284 /* Language hooks related to LTO serialization. */
288 /* Begin a new LTO section named NAME. */
291 /* Write DATA of length LEN to the currently open LTO section. BLOCK is a
297 /* End the previously begun LTO section. */
469 struct lang_hooks_for_lto lto; member in struct:lang_hooks
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 284 /* Language hooks related to LTO serialization. */
288 /* Begin a new LTO section named NAME. */
291 /* Write DATA of length LEN to the currently open LTO section. BLOCK is a
297 /* End the previously begun LTO section. */
469 struct lang_hooks_for_lto lto; member in struct:lang_hooks
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 284 /* Language hooks related to LTO serialization. */
288 /* Begin a new LTO section named NAME. */
291 /* Write DATA of length LEN to the currently open LTO section. BLOCK is a
297 /* End the previously begun LTO section. */
469 struct lang_hooks_for_lto lto; member in struct:lang_hooks
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 284 /* Language hooks related to LTO serialization. */
288 /* Begin a new LTO section named NAME. */
291 /* Write DATA of length LEN to the currently open LTO section. BLOCK is a
297 /* End the previously begun LTO section. */
469 struct lang_hooks_for_lto lto; member in struct:lang_hooks
  /external/llvm/utils/buildit/
build_llvm 321 # Remove libLTO.dylib and lto.h. Those are installed by clang.
326 find $DEST_DIR$DEST_ROOT -name lto.h -delete
  /ndk/build/tools/
build-gcc.sh 475 run $STRIP $TOOLCHAIN_PATH/libexec/gcc/*/*/lto*$HOST_EXE
  /external/mksh/src/
Build.sh 342 c:combine|c:dragonegg|c:llvm|c:lto)
1189 if test $cm = lto; then
    [all...]
  /external/openfst/
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]

Completed in 341 milliseconds