Lines Matching refs:LTO
544 // LTO-related options.
546 HelpText<"AA pipeline to run during LTO. Used in conjunction with -lto-newpm-passes">;
555 HelpText<"Passes to run during LTO">;
557 HelpText<"Optimization level for LTO">;
559 HelpText<"Number of LTO codegen partitions">;
568 "Asserts that the LTO link has whole program visibility",
569 "Asserts that the LTO link does not have whole program visibility">;
586 def save_temps: F<"save-temps">, HelpText<"Save intermediate LTO compilation results">;
588 HelpText<"Enable basic block sections for LTO">;
590 "Give unique names to every basic block section for LTO",
591 "Do not give unique names to every basic block section for LTO (default)">;
614 HelpText<"Directory to store .dwo files when LTO and debug fission are used">;
668 // Ignore LTO plugin-related options.
670 // for ld.gold and ld.bfd to get LTO working. But it's not for lld which doesn't
681 // Ignore GCC collect2 LTO plugin related options. Note that we don't support
682 // GCC LTO, but GCC collect2 passes these options even in non-LTO mode.