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

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

Completed in 210 milliseconds