Home
last modified time | relevance | path

Searched refs:thinlto_index_only (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp164 static bool thinlto_index_only = false; variable
250 thinlto_index_only = true; in process_plugin_option()
252 thinlto_index_only = true; in process_plugin_option()
906 if (options::thinlto_index_only) { in createLTO()
1025 assert(options::thinlto_index_only); in CreateLinkedObjectsFile()
1055 if (options::thinlto_index_only) in runLTO()
1074 else if (options::thinlto_index_only) { in runLTO()
1114 if (options::thinlto_index_only) in runLTO()
1141 if (options::thinlto_index_only) { in allSymbolsReadHook()
/llvm-project-15.0.7/lld/COFF/
H A DOptions.td242 def thinlto_index_only :
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td606 def thinlto_index_only: FF<"thinlto-index-only">;
664 Alias<thinlto_index_only>,