HomeSort by relevance Sort by last modified time
    Searched refs:lto (Results 1 - 20 of 20) 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/llvm-lto/
Makefile 1 ##===- tools/llvm-lto/Makefile -----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-lto
12 LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler support target vectorize all-targets
Android.mk 7 # llvm-lto command line tool
11 llvm-lto.cpp
67 LOCAL_MODULE := llvm-lto
  /external/llvm/tools/lto/
Makefile 1 ##===- tools/lto/Makefile ----------------------------------*- Makefile -*-===##
11 LIBRARYNAME := LTO
12 LINK_COMPONENTS := all-targets core lto mc mcdisassembler support
16 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/lto.exports
40 # If we're doing an Apple-style build, add the LTO object path.
42 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX)
  /external/llvm/tools/
Makefile 52 # gold only builds if binutils is around. It requires "lto" to build before
53 # it so it is added to DIRS. llvm-lto also requires lto
54 DIRS += lto llvm-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/clang/tools/libclang/
Makefile 41 # FIXME: This is copied from the 'lto' makefile. Should we share this?
53 # If we're doing an Apple-style build, add the LTO object path.
55 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/clang-lto.XXXXXX)
  /external/lldb/tools/lldb-perf/common/clang/
build-clang.sh 25 ( cd ./tools ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp lto macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
29 ( cd ../llvm/tools ; rm -rf *.txt bugpoint bugpoint-passes ll* lto macho-dump opt gold )
  /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 525 LlcpConfigInfo.lto = nat->lto;
780 ALOGI("LLCP Link activated (LTO=%d, MIU=%d, OPTION=0x%02x, WKS=0x%02x)",sLinkParams.lto,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 227 /* Language hooks related to LTO serialization. */
231 /* Begin a new LTO section named NAME. */
234 /* Write DATA of length LEN to the currently open LTO section. BLOCK is a
240 /* End the previously begun LTO section. */
408 struct lang_hooks_for_lto lto; member in struct:lang_hooks
  /external/llvm/
Android.mk 26 lib/LTO \
99 tools/llvm-lto \
Makefile 75 tools/lto
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...]
  /external/llvm/utils/buildit/
build_llvm 327 # Remove libLTO.dylib and lto.h. Those are installed by clang.
332 find $DEST_DIR$DEST_ROOT -name lto.h -delete
  /external/mksh/src/
Build.sh 346 c:combine|c:dragonegg|c:llvm|c:lto)
1248 lto)
    [all...]
  /ndk/build/tools/
build-gcc.sh 597 run $STRIP $TOOLCHAIN_PATH/libexec/gcc/*/*/lto*$HOST_EXE
  /external/protobuf/gtest/
configure     [all...]

Completed in 1396 milliseconds