Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp117 if (ctx.config.thinLTOIndexOnly) { in BitcodeCompiler()
143 if (ctx.config.thinLTOIndexOnly) in add()
209 if (ctx.config.thinLTOIndexOnly) { in compile()
H A DConfig.h319 bool thinLTOIndexOnly; member
H A DInputFiles.cpp1001 if (ctx.config.thinLTOIndexOnly) in BitcodeFile()
H A DDriver.cpp2019 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in linkerMain()
2514 if (config->emit != EmitKind::Obj || config->thinLTOIndexOnly) in linkerMain()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DLTO.cpp91 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
258 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h140 bool thinLTOIndexOnly; member
H A DDriver.cpp1619 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in link()
1627 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()
1934 if (config->thinLTOIndexOnly) in link()
H A DInputFiles.cpp2272 if (config->thinLTOIndexOnly) in BitcodeFile()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp176 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
346 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h289 bool thinLTOIndexOnly; member
H A DDriver.cpp1385 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in readConfigs()
1393 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in readConfigs()
2846 const bool skipLinkedOutput = config->thinLTOIndexOnly || config->emitLLVM || in link()
H A DInputFiles.cpp1650 if (config->thinLTOIndexOnly) in BitcodeFile()