Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp179 static bool thinlto_emit_imports_files = false; variable
255 thinlto_emit_imports_files = true; in process_plugin_option()
910 options::thinlto_emit_imports_files, in createLTO()
1011 if (options::thinlto_emit_imports_files) { in writeEmptyDistributedBuildOutputs()
/llvm-project-15.0.7/lld/COFF/
H A DOptions.td239 def thinlto_emit_imports_files :
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td604 def thinlto_emit_imports_files: FF<"thinlto-emit-imports-files">;
661 Alias<thinlto_emit_imports_files>,