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.cpp122 } else if (ctx.config.thinLTOIndexOnly) { in BitcodeCompiler()
149 if (ctx.config.thinLTOIndexOnly) in add()
215 if (ctx.config.thinLTOIndexOnly) { in compile()
H A DConfig.h330 bool thinLTOIndexOnly; member
H A DDriver.cpp2122 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in linkerMain()
2662 if (config->emit != EmitKind::Obj || config->thinLTOIndexOnly) in linkerMain()
H A DInputFiles.cpp1359 if (ctx.config.thinLTOIndexOnly) in create()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp90 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
258 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h142 bool thinLTOIndexOnly; member
H A DDriver.cpp1757 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in link()
1765 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()
2163 if (config->thinLTOIndexOnly) in link()
H A DInputFiles.cpp2342 if (config->thinLTOIndexOnly) in BitcodeFile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp176 if (ctx.arg.thinLTOIndexOnly) { in BitcodeCompiler()
354 if (ctx.arg.thinLTOIndexOnly) { in compile()
H A DConfig.h384 bool thinLTOIndexOnly; member
H A DDriver.cpp1565 ctx.arg.thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in readConfigs()
1573 if (ctx.arg.thinLTOEmitIndexFiles && !ctx.arg.thinLTOIndexOnly) { in readConfigs()
3274 const bool skipLinkedOutput = ctx.arg.thinLTOIndexOnly || ctx.arg.emitLLVM || in link()
H A DInputFiles.cpp1797 if (ctx.arg.thinLTOIndexOnly) in BitcodeFile()