Home
last modified time | relevance | path

Searched refs:lto (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dlto.inc2 # require conf/distro/include/lto.inc
3 # DISTRO_FEATURES:append = " lto"
30 # constructs not compatible with lto
36 # with clang thin-lto might be better for compile speed
38 # ffat-lto-objects
46 LTO ?= "-flto -ffat-lto-objects -fuse-linker-plugin ${LTOEXTRA}"
48 SELECTED_OPTIMIZATION:append = "${@bb.utils.contains('DISTRO_FEATURES', 'lto', ' ${LTO}', '', d)}"
49 TARGET_LDFLAGS:append:class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'lto', ' ${LTO}', '',…
/openbmc/linux/arch/m68k/lib/
H A Dmemcpy.c44 long *lto = to; in memcpy() local
48 *lto++ = *lfrom++; in memcpy()
69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1) in memcpy()
70 : "0" (lfrom), "1" (lto), "2" (temp)); in memcpy()
72 to = lto; in memcpy()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch6 To fix this the codegen-units & the lto options are disabled.
10 https://doc.rust-lang.org/rustc/codegen-options/index.html#lto
/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmeson.build34 # Disable lto when compiling with no optimization
36 add_project_arguments('-fno-lto', language: 'cpp')
37 message('Disabling lto & its supported features as optimization is disabled')
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddynack.c182 if (time_is_before_jiffies(da->lto)) { in ath_dynack_compute_to()
184 da->lto = jiffies + COMPUTE_TO; in ath_dynack_compute_to()
239 da->lto = jiffies + LATEACK_DELAY; in ath_dynack_sample_tx_ts()
365 da->lto = jiffies + COMPUTE_TO; in ath_dynack_reset()
H A Ddynack.h72 unsigned long lto; member
/openbmc/linux/tools/tracing/rtla/
H A DMakefile27 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
32 FOPTS := $(filter-out -ffat-lto-objects, $(FOPTS))
/openbmc/linux/tools/verification/rv/
H A DMakefile27 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
32 FOPTS := $(filter-out -ffat-lto-objects, $(FOPTS))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tbb/
H A Dtbb_2021.13.0.bb33 …0/recipe-sysroot-native/usr/bin/riscv64-oe-linux/riscv64-oe-linux-ld: /tmp/lto-llvm-264bc2.o: can'…
34 …4-oe-linux/riscv64-oe-linux-ld: failed to merge target specific data of file /tmp/lto-llvm-264bc2.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/
H A Ddhrystone_2.1.bb25 CFLAGS += "-fno-lto"
28 LDFLAGS += "-fno-lto"
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A Dno_lto.patch15 - -flto -ffat-lto-objects])],
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-Cargo.toml-do-not-abort-on-panic.patch20 lto = false
/openbmc/openpower-pnor-code-mgmt/
H A Dmeson.build21 # Disable lto when compiling with no optimization
23 add_project_arguments('-fno-lto', language: 'cpp')
24 message('Disabling lto because optimization is disabled')
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-14.2.inc88 --enable-lto \
105 --disable-lto \
H A Dgcc-target.inc45 ${bindir}/${TARGET_PREFIX}lto* \
48 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \
/openbmc/bmcweb/
H A Dmeson.build53 # Disable lto when compiling with no optimization
55 add_project_arguments('-fno-lto', language: 'cpp')
56 message('Disabling lto & its supported features as optimization is disabled')
143 '-fno-fat-lto-objects',
/openbmc/telemetry/tests/
H A Dmeson.build77 cpp_args: '-fno-lto',
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch8 had done to lto-plugin.
/openbmc/qemu/include/exec/
H A Dhelper-proto.h.inc11 * Work around an issue with --enable-lto, in which GCC's ipa-split pass
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb125 -e 's#-flto#-fno-lto#g' \
130 # We disable lto above since the results are not reproducible and make it hard to compare
132 # Surprisingly, if you disable lto, you see compiler warnings which are fatal. We therefore
/openbmc/linux/net/nfc/
H A Dllcp.h68 u8 lto; member
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3_3.13.1.bb121 PACKAGECONFIG ??= "editline gdbm ${@bb.utils.filter('DISTRO_FEATURES', 'lto', d)}"
129 PACKAGECONFIG[lto] = "--with-lto,--without-lto"
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dweston_14.0.1.bb30 LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}"
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh251 --enable-lto) printf "%s" -Db_lto=true ;;
252 --disable-lto) printf "%s" -Db_lto=false ;;
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dlocal.conf.sample.extended382 #require conf/distro/include/lto.inc
383 #DISTRO_FEATURES:append = " lto"

12