Home
last modified time | relevance | path

Searched refs:thinLTOIndexOnly (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp104 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
129 if (config->thinLTOIndexOnly) in add()
192 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h284 bool thinLTOIndexOnly; member
H A DInputFiles.cpp987 if (config->thinLTOIndexOnly) in BitcodeFile()
H A DDriver.cpp1872 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in linkerMain()
2295 if (config->thinLTOIndexOnly) in linkerMain()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp196 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
348 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h230 bool thinLTOIndexOnly; member
H A DDriver.cpp1194 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in readConfigs()
1201 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in readConfigs()
2607 const bool skipLinkedOutput = config->thinLTOIndexOnly || config->emitLLVM || in link()
H A DInputFiles.cpp1568 if (config->thinLTOIndexOnly) in BitcodeFile()