Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.cpp111 if (ctx.config.thinLTOIndexOnly) { in BitcodeCompiler()
136 if (ctx.config.thinLTOIndexOnly) in add()
202 if (ctx.config.thinLTOIndexOnly) { in compile()
H A DConfig.h288 bool thinLTOIndexOnly; member
H A DInputFiles.cpp999 if (ctx.config.thinLTOIndexOnly) in BitcodeFile()
H A DDriver.cpp1887 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in linkerMain()
2328 if (config->thinLTOIndexOnly) in linkerMain()
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp100 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
264 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h138 bool thinLTOIndexOnly; member
H A DDriver.cpp1570 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in link()
1577 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()
1876 if (config->thinLTOIndexOnly) in link()
H A DInputFiles.cpp2217 if (config->thinLTOIndexOnly) in BitcodeFile()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp199 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
358 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h262 bool thinLTOIndexOnly; member
H A DDriver.cpp1250 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in readConfigs()
1257 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in readConfigs()
2715 const bool skipLinkedOutput = config->thinLTOIndexOnly || config->emitLLVM || in link()
H A DInputFiles.cpp1617 if (config->thinLTOIndexOnly) in BitcodeFile()