Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp118 if (ctx.config.thinLTOIndexOnly) { in BitcodeCompiler()
144 if (ctx.config.thinLTOIndexOnly) in add()
210 if (ctx.config.thinLTOIndexOnly) { in compile()
H A DConfig.h322 bool thinLTOIndexOnly; member
H A DInputFiles.cpp1050 if (ctx.config.thinLTOIndexOnly) in BitcodeFile()
H A DDriver.cpp2011 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in linkerMain()
2512 if (config->emit != EmitKind::Obj || config->thinLTOIndexOnly) in linkerMain()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp91 if (config->thinLTOIndexOnly) { in saveOrHardlinkBuffer()
258 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h141 bool thinLTOIndexOnly; member
H A DDriver.cpp1683 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in link()
1691 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()
2005 if (config->thinLTOIndexOnly) in link()
H A DInputFiles.cpp2278 if (config->thinLTOIndexOnly) in BitcodeFile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp178 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
348 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h304 bool thinLTOIndexOnly; member
H A DDriver.cpp1433 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in readConfigs()
1441 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in readConfigs()
2967 const bool skipLinkedOutput = config->thinLTOIndexOnly || config->emitLLVM || in link()
H A DInputFiles.cpp1708 if (config->thinLTOIndexOnly) in BitcodeFile()