OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lto
(Results
1 - 25
of
193
) sorted by null
1
2
3
4
5
6
7
8
/external/llvm/tools/lto/
CMakeLists.txt
10
lto
.cpp
19
add_llvm_library(
LTO
${SOURCES})
20
set_property(TARGET
LTO
PROPERTY OUTPUT_NAME "
LTO
")
24
set(LTO_STATIC_TARGET_NAME
LTO
)
29
set_property(TARGET ${LTO_STATIC_TARGET_NAME} PROPERTY OUTPUT_NAME "
LTO
")
Makefile
1
##===- tools/
lto
/Makefile ----------------------------------*- Makefile -*-===##
11
LIBRARYNAME :=
LTO
17
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/
lto
.exports
53
# If we're doing an Apple-style build, add the
LTO
object path.
55
TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-
lto
.XXXXXX)
LTODisassembler.cpp
1
//===-- LTODisassembler.cpp -
LTO
Disassembler interface ------------------===//
15
#include "llvm-c/
lto
.h"
/external/clang/test/Driver/
lto.c
3
// RUN: grep '2: compiler, {1},
lto
-bc' %t.log
5
// RUN: grep '2: compiler, {1},
lto
-bc' %t.log
9
// RUN: grep '0: input, ".*
lto
.c", c' %t.log
11
// RUN: grep '2: compiler, {1},
lto
-bc' %t.log
17
// RUN: grep '"-o" ".*
lto
\.i" "-x" "c" ".*
lto
\.c"' %t.log
18
// RUN: grep '"-o" ".*
lto
\.o" .*".*
lto
\.i"' %t.log
19
// RUN: grep '".*a.out" .*".*
lto
\.o"' %t.log
22
// RUN: grep '"-o" ".*
lto
\.s" "-x" "c" ".*lto\.c"' %t.lo
[
all
...]
/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);
/ndk/tests/build/flto/jni/
Android.mk
10
# clang does
LTO
via gold plugin, but gold doesn't support MIPS yet
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def
69
DEFTIMEVAR (TV_IPA_LTO_GIMPLE_IN , "ipa
lto
gimple in")
70
DEFTIMEVAR (TV_IPA_LTO_GIMPLE_OUT , "ipa
lto
gimple out")
71
DEFTIMEVAR (TV_IPA_LTO_DECL_IN , "ipa
lto
decl in")
72
DEFTIMEVAR (TV_IPA_LTO_DECL_OUT , "ipa
lto
decl out")
73
DEFTIMEVAR (TV_IPA_LTO_DECL_INIT_IO , "ipa
lto
decl init I/O")
74
DEFTIMEVAR (TV_IPA_LTO_CGRAPH_IO , "ipa
lto
cgraph I/O")
75
DEFTIMEVAR (TV_IPA_LTO_DECL_MERGE , "ipa
lto
decl merge")
76
DEFTIMEVAR (TV_IPA_LTO_CGRAPH_MERGE , "ipa
lto
cgraph merge")
77
DEFTIMEVAR (TV_LTO , "
lto
")
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def
69
DEFTIMEVAR (TV_IPA_LTO_GIMPLE_IN , "ipa
lto
gimple in")
70
DEFTIMEVAR (TV_IPA_LTO_GIMPLE_OUT , "ipa
lto
gimple out")
71
DEFTIMEVAR (TV_IPA_LTO_DECL_IN , "ipa
lto
decl in")
72
DEFTIMEVAR (TV_IPA_LTO_DECL_OUT , "ipa
lto
decl out")
73
DEFTIMEVAR (TV_IPA_LTO_DECL_INIT_IO , "ipa
lto
decl init I/O")
74
DEFTIMEVAR (TV_IPA_LTO_CGRAPH_IO , "ipa
lto
cgraph I/O")
75
DEFTIMEVAR (TV_IPA_LTO_DECL_MERGE , "ipa
lto
decl merge")
76
DEFTIMEVAR (TV_IPA_LTO_CGRAPH_MERGE , "ipa
lto
cgraph merge")
77
DEFTIMEVAR (TV_LTO , "
lto
")
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def
69
DEFTIMEVAR (TV_IPA_LTO_GIMPLE_IN , "ipa
lto
gimple in")
70
DEFTIMEVAR (TV_IPA_LTO_GIMPLE_OUT , "ipa
lto
gimple out")
71
DEFTIMEVAR (TV_IPA_LTO_DECL_IN , "ipa
lto
decl in")
72
DEFTIMEVAR (TV_IPA_LTO_DECL_OUT , "ipa
lto
decl out")
73
DEFTIMEVAR (TV_IPA_LTO_DECL_INIT_IO , "ipa
lto
decl init I/O")
74
DEFTIMEVAR (TV_IPA_LTO_CGRAPH_IO , "ipa
lto
cgraph I/O")
75
DEFTIMEVAR (TV_IPA_LTO_DECL_MERGE , "ipa
lto
decl merge")
76
DEFTIMEVAR (TV_IPA_LTO_CGRAPH_MERGE , "ipa
lto
cgraph merge")
77
DEFTIMEVAR (TV_LTO , "
lto
")
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def
69
DEFTIMEVAR (TV_IPA_LTO_GIMPLE_IN , "ipa
lto
gimple in")
70
DEFTIMEVAR (TV_IPA_LTO_GIMPLE_OUT , "ipa
lto
gimple out")
71
DEFTIMEVAR (TV_IPA_LTO_DECL_IN , "ipa
lto
decl in")
72
DEFTIMEVAR (TV_IPA_LTO_DECL_OUT , "ipa
lto
decl out")
73
DEFTIMEVAR (TV_IPA_LTO_DECL_INIT_IO , "ipa
lto
decl init I/O")
74
DEFTIMEVAR (TV_IPA_LTO_CGRAPH_IO , "ipa
lto
cgraph I/O")
75
DEFTIMEVAR (TV_IPA_LTO_DECL_MERGE , "ipa
lto
decl merge")
76
DEFTIMEVAR (TV_IPA_LTO_CGRAPH_MERGE , "ipa
lto
cgraph merge")
77
DEFTIMEVAR (TV_LTO , "
lto
")
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCCompiler.h
32
// Disable
LTO
/external/llvm/docs/
GoldPlugin.rst
9
the system linker.
LTO
support on Linux systems requires that you use the
10
`gold linker`_ which supports
LTO
via plugins. This is the same mechanism
11
used by the `GCC
LTO
`_ project.
18
.. _`GCC
LTO
`: http://gcc.gnu.org/wiki/LinkTimeOptimization
133
Quickstart for using
LTO
with autotooled projects
137
everything is in place for an easy to use
LTO
build of autotooled projects:
140
<
lto
-how-to-build>`.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
liblto_plugin.so
liblto_plugin.so.0
liblto_plugin.so.0.0.0
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
liblto_plugin.so
liblto_plugin.so.0
liblto_plugin.so.0.0.0
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
liblto_plugin.so
liblto_plugin.so.0
liblto_plugin.so.0.0.0
/external/clang/include/clang/Driver/
Types.def
74
// LLVM IR/
LTO
types. We define separate types for IR and
LTO
because
LTO
78
TYPE("
lto
-ir", LTO_IR, INVALID, "s", "")
79
TYPE("
lto
-bc", LTO_BC, INVALID, "o", "")
/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)
/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/runtime/libprofile/
Makefile
50
# If we're doing an Apple-style build, add the
LTO
object path.
52
TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/profile_rt-
lto
.XXXXXX)
Completed in 392 milliseconds
1
2
3
4
5
6
7
8