Home
last modified time | relevance | path

Searched refs:thinLTOEmitIndexFiles (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lld/MachO/
H A DLTO.cpp108 onIndexWrite, config->thinLTOEmitIndexFiles, in BitcodeCompiler()
118 if (config->thinLTOEmitIndexFiles) in add()
229 if (config->thinLTOEmitIndexFiles) in compile()
H A DConfig.h137 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1567 config->thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in link()
1577 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.cpp207 onIndexWrite, config->thinLTOEmitIndexFiles, in BitcodeCompiler()
233 if (config->thinLTOEmitIndexFiles) in add()
355 if (config->thinLTOEmitIndexFiles) in compile()
H A DConfig.h261 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1247 config->thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in readConfigs()
1257 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in readConfigs()