Searched refs:thinLTOIndexOnly (Results 1 – 12 of 12) sorted by relevance
122 } else if (ctx.config.thinLTOIndexOnly) { in BitcodeCompiler()149 if (ctx.config.thinLTOIndexOnly) in add()215 if (ctx.config.thinLTOIndexOnly) { in compile()
330 bool thinLTOIndexOnly; member
2122 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in linkerMain()2662 if (config->emit != EmitKind::Obj || config->thinLTOIndexOnly) in linkerMain()
1359 if (ctx.config.thinLTOIndexOnly) in create()
90 if (config->thinLTOIndexOnly) { in BitcodeCompiler()258 if (config->thinLTOIndexOnly) { in compile()
142 bool thinLTOIndexOnly; member
1757 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in link()1765 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()2163 if (config->thinLTOIndexOnly) in link()
2342 if (config->thinLTOIndexOnly) in BitcodeFile()
176 if (ctx.arg.thinLTOIndexOnly) { in BitcodeCompiler()354 if (ctx.arg.thinLTOIndexOnly) { in compile()
384 bool thinLTOIndexOnly; member
1565 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()
1797 if (ctx.arg.thinLTOIndexOnly) in BitcodeFile()