/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | lto.inc | 2 # 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 D | memcpy.c | 44 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 D | rustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch | 6 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 D | meson.build | 34 # 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 D | dynack.c | 182 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 D | dynack.h | 72 unsigned long lto; member
|
/openbmc/linux/tools/tracing/rtla/ |
H A D | Makefile | 27 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 D | Makefile | 27 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 D | tbb_2021.13.0.bb | 33 …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 D | dhrystone_2.1.bb | 25 CFLAGS += "-fno-lto" 28 LDFLAGS += "-fno-lto"
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | no_lto.patch | 15 - -flto -ffat-lto-objects])],
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
H A D | 0001-Cargo.toml-do-not-abort-on-panic.patch | 20 lto = false
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | meson.build | 21 # 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 D | gcc-14.2.inc | 88 --enable-lto \ 105 --disable-lto \
|
H A D | gcc-target.inc | 45 ${bindir}/${TARGET_PREFIX}lto* \ 48 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \
|
/openbmc/bmcweb/ |
H A D | meson.build | 53 # 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 D | meson.build | 77 cpp_args: '-fno-lto',
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch | 8 had done to lto-plugin.
|
/openbmc/qemu/include/exec/ |
H A D | helper-proto.h.inc | 11 * Work around an issue with --enable-lto, in which GCC's ipa-split pass
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ |
H A D | ovmf_git.bb | 125 -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 D | llcp.h | 68 u8 lto; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3_3.13.1.bb | 121 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 D | weston_14.0.1.bb | 30 LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}"
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 251 --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 D | local.conf.sample.extended | 382 #require conf/distro/include/lto.inc 383 #DISTRO_FEATURES:append = " lto"
|