HomeSort by: relevance | last modified time | path
    Searched refs:lto (Results 1 - 25 of 247) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gcc.old/usr.bin/lto1/
Makefile 5 lto-common.cc \
6 lto-lang.cc \
7 lto-object.cc \
8 lto-partition.cc \
9 lto-symtab.cc \
10 lto.cc \
15 COPTS.lto.cc+= -Wno-error=stack-protector
16 COPTS.lto-lang.cc+= -Wno-error=stack-protector
17 COPTS.lto-common.cc+= -Wno-error=stack-protector
29 .PATH: ${DIST}/gcc/lto ${DIST}/gcc # ${DIST}/gcc/c ${DIST}/gcc/c-family ${DIST}/gcc/confi
    [all...]
  /src/external/gpl3/gcc/usr.bin/lto1/
Makefile 5 lto-common.cc \
6 lto-lang.cc \
7 lto-object.cc \
8 lto-partition.cc \
9 lto-symtab.cc \
10 lto.cc \
15 COPTS.lto.cc+= -Wno-error=stack-protector
16 COPTS.lto-lang.cc+= -Wno-error=stack-protector
17 COPTS.lto-common.cc+= -Wno-error=stack-protector
29 .PATH: ${DIST}/gcc/lto ${DIST}/gcc # ${DIST}/gcc/c ${DIST}/gcc/c-family ${DIST}/gcc/confi
    [all...]
  /src/external/gpl3/gcc.old/usr.bin/lto-dump/
Makefile 3 PROG= lto-dump
5 SRCS= lto-lang.cc \
6 lto-object.cc \
8 lto-partition.cc \
9 lto-symtab.cc \
10 lto-dump.cc \
11 lto-common.cc \
18 COPTS.lto-lang.cc+= -Wno-error=stack-protector
19 COPTS.lto-common.cc+= -Wno-error=stack-protector
28 COPTS.lto-lang.c+=-O
    [all...]
  /src/external/gpl3/gcc/usr.bin/lto-dump/
Makefile 3 PROG= lto-dump
5 SRCS= lto-lang.cc \
6 lto-object.cc \
8 lto-partition.cc \
9 lto-symtab.cc \
10 lto-dump.cc \
11 lto-common.cc \
18 COPTS.lto-lang.cc+= -Wno-error=stack-protector
19 COPTS.lto-common.cc+= -Wno-error=stack-protector
28 COPTS.lto-lang.c+=-O
    [all...]
  /src/external/gpl3/gcc.old/usr.bin/lto-wrapper/
Makefile 4 PROG= lto-wrapper
6 SRCS= lto-wrapper.cc \
22 COPTS.lto-wrapper.cc= -Wno-error=stack-protector
  /src/external/gpl3/gcc/usr.bin/lto-wrapper/
Makefile 4 PROG= lto-wrapper
6 SRCS= lto-wrapper.cc \
22 COPTS.lto-wrapper.cc= -Wno-error=stack-protector
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Caching.h 17 #include "llvm/LTO/LTO.h"
20 namespace lto { namespace in namespace:llvm
35 } // namespace lto
  /src/external/gpl3/binutils/dist/config/
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
  /src/external/gpl3/binutils.old/dist/config/
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
  /src/external/gpl3/gcc.old/dist/config/
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/gpl3/gcc/dist/config/
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/gpl3/gdb/dist/config/
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/gpl3/gdb.old/dist/config/
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 18 #include "llvm-c/lto.h"
22 #include "llvm/LTO/LTO.h"
255 const lto::InputFile &File);
262 const lto::InputFile &File);
269 const lto::InputFile &File);
277 const lto::InputFile &File);
283 const lto::InputFile &File);
312 std::vector<std::unique_ptr<lto::InputFile>> Modules;
  /src/external/gpl3/gcc.old/dist/gcc/
lto-section-out.cc 1 /* Functions for writing LTO sections.
32 #include "lto-compress.h"
55 lang_hooks.lto.append_data (chars, num_chars, opaque);
68 lang_hooks.lto.begin_section (name);
95 lang_hooks.lto.end_section ();
106 lang_hooks.lto.append_data ((const char *)data, size, NULL);
114 lang_hooks.lto.append_data ((const char *)data, size, NULL);
144 lang_hooks.lto.append_data (base, num_chars, block);
189 writing lto info. */
  /src/external/gpl3/gcc/dist/gcc/
lto-section-out.cc 1 /* Functions for writing LTO sections.
32 #include "lto-compress.h"
55 lang_hooks.lto.append_data (chars, num_chars, opaque);
68 lang_hooks.lto.begin_section (name);
95 lang_hooks.lto.end_section ();
106 lang_hooks.lto.append_data ((const char *)data, size, NULL);
114 lang_hooks.lto.append_data ((const char *)data, size, NULL);
144 lang_hooks.lto.append_data (base, num_chars, block);
189 writing lto info. */
  /src/external/gpl3/gcc.old/dist/lto-plugin/
Makefile.am 23 version_arg = -Wl,--version-script=$(srcdir)/lto-plugin.map
26 version_arg = -Wl,-M,$(srcdir)/lto-plugin.map
28 version_dep = $(srcdir)/lto-plugin.map
34 liblto_plugin_la_SOURCES = lto-plugin.c
  /src/external/gpl3/gcc.old/usr.bin/
Makefile 29 lto1 lto-wrapper lto-dump
  /src/external/gpl3/gcc/dist/lto-plugin/
Makefile.am 23 version_arg = -Wl,--version-script=$(srcdir)/lto-plugin.map
26 version_arg = -Wl,-M,$(srcdir)/lto-plugin.map
28 version_dep = $(srcdir)/lto-plugin.map
34 liblto_plugin_la_SOURCES = lto-plugin.c
  /src/external/gpl3/gcc/usr.bin/
Makefile 29 cpp g++ gcc gfortran lto-dump lto-wrapper
  /src/external/bsd/ntp/dist/sntp/
utilities.c 146 int hh, mm, lto, isdst; local
163 lto = difftime(local_time, gmt_time);
164 lto /= 60;
165 hh = lto / 60;
166 mm = abs(lto % 60);
  /src/external/gpl3/gcc.old/lib/liblto_plugin/
Makefile 11 SRCS= lto-plugin.c hashtab.c simple-object.c pex-unix.c \
61 .PATH: ${DIST}/lto-plugin ${DIST}/libiberty
62 COPTS.lto-plugin.c+= -Wno-missing-prototypes
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 14 #include "llvm/LTO/legacy/ThinLTOCodeGenerator.h"
36 #include "llvm/LTO/LTO.h"
37 #include "llvm/LTO/SummaryBasedOptimizations.h"
147 static StringMap<lto::InputFile *>
148 generateModuleMap(std::vector<std::unique_ptr<lto::InputFile>> &Modules) {
149 StringMap<lto::InputFile *> ModuleMap;
187 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input,
212 StringMap<lto::InputFile *> &ModuleMap,
266 addUsedSymbolToPreservedGUID(const lto::InputFile &File
    [all...]

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 910