Home
last modified time | relevance | path

Searched refs:thinlto (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td674 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=">,
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td253 F<"thinlto-emit-imports-files">,
254 HelpText<"Emit .imports files with -thinlto-index-only">;
256 F<"thinlto-index-only">,
259 "thinlto-index-only",
260 "-thinlto-index-only and also write native module names to file">;
262 "thinlto-object-suffix-replace",
265 "thinlto-prefix-replace",
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td36 def thinlto_emit_imports_files: Flag<["--"], "thinlto-emit-imports-files">,
38 def thinlto_emit_index_files: Flag<["--"], "thinlto-emit-index-files">,
40 def thinlto_index_only: Flag<["--"], "thinlto-index-only">,
42 def thinlto_index_only_eq: Joined<["--"], "thinlto-index-only=">,
44 def thinlto_jobs_eq : Joined<["--"], "thinlto-jobs=">,
48 Joined<["--"], "thinlto-object-suffix-replace=">,
50 def thinlto_prefix_replace_eq: Joined<["--"], "thinlto-prefix-replace=">,
99 def thinlto_cache_policy_eq: Joined<["--"], "thinlto-cache-policy=">,
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp541 namespace thinlto { namespace
1014 thinlto::ThinLTOProcessing ThinLTOProcessor(Options); in main()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def170 parseEmbedBitcodePassOptions, "thinlto;emit-summary")