HomeSort by relevance Sort by last modified time
    Searched refs:lto (Results 1 - 13 of 13) 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 50 # gold only builds if binutils is around. It requires "lto" to build before
53 DIRS += lto gold
55 PARALLEL_DIRS += lto
  /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/tools/lto/
Makefile 1 ##===- tools/lto/Makefile ----------------------------------*- Makefile -*-===##
11 LIBRARYNAME := LTO
17 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/lto.exports
  /packages/apps/Nfc/jni/
com_android_nfc.h 146 int lto; member in struct:nfc_jni_native_data
com_android_nfc_NativeNfcManager.cpp 525 LlcpConfigInfo.lto = nat->lto;
780 ALOGI("LLCP Link activated (LTO=%d, MIU=%d, OPTION=0x%02x, WKS=0x%02x)",sLinkParams.lto,
    [all...]
  /external/llvm/
Makefile 74 tools/lto runtime
81 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 */
738 /* Response must be received before LTO announced by remote peer */
739 nDuration = Llcp->sRemoteParams.lto * 10;
743 /* Must answer before the local announced LTO */
744 /* NOTE: to ensure the answer is completely sent before LTO, th
    [all...]
  /external/llvm/utils/buildit/
build_llvm 282 # Remove libLTO.dylib and lto.h. Those are installed by clang.
287 find $DEST_DIR$DEST_ROOT -name lto.h -delete
  /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

Completed in 726 milliseconds