Lines Matching refs:thinlto
674 def thinlto_cache_dir: JJ<"thinlto-cache-dir=">,
676 defm thinlto_cache_policy: EEq<"thinlto-cache-policy", "Pruning policy for the ThinLTO cache">;
677 def thinlto_emit_imports_files: FF<"thinlto-emit-imports-files">;
678 def thinlto_emit_index_files: FF<"thinlto-emit-index-files">;
679 def thinlto_index_only: FF<"thinlto-index-only">;
680 def thinlto_index_only_eq: JJ<"thinlto-index-only=">;
681 def thinlto_jobs_eq: JJ<"thinlto-jobs=">,
683 def thinlto_object_suffix_replace_eq: JJ<"thinlto-object-suffix-replace=">;
684 def thinlto_prefix_replace_eq: JJ<"thinlto-prefix-replace=">;
685 def thinlto_single_module_eq: JJ<"thinlto-single-module=">,
702 def: J<"plugin-opt=jobs=">, Alias<thinlto_jobs_eq>, HelpText<"Alias for --thinlto-jobs=">;
732 def: F<"plugin-opt=thinlto-emit-imports-files">,
734 HelpText<"Alias for --thinlto-emit-imports-files">;
735 def: F<"plugin-opt=thinlto-index-only">,
737 HelpText<"Alias for --thinlto-index-only">;
738 def: J<"plugin-opt=thinlto-index-only=">,
740 HelpText<"Alias for --thinlto-index-only=">;
741 def: J<"plugin-opt=thinlto-object-suffix-replace=">,
743 HelpText<"Alias for --thinlto-object-suffix-replace=">;
744 def: J<"plugin-opt=thinlto-prefix-replace=">,
746 HelpText<"Alias for --thinlto-prefix-replace=">;
759 def: J<"plugin-opt=thinlto">;