Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp100 onIndexWrite, config->thinLTOEmitIndexFiles, in BitcodeCompiler()
110 if (config->thinLTOEmitIndexFiles) in add()
223 if (config->thinLTOEmitIndexFiles) in compile()
H A DConfig.h141 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1754 config->thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in link()
1765 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp186 ctx.arg.thinLTOEmitIndexFiles, ctx.arg.thinLTOEmitImportsFiles, in BitcodeCompiler()
193 onIndexWrite, ctx.arg.thinLTOEmitIndexFiles, in BitcodeCompiler()
224 if (ctx.arg.thinLTOEmitIndexFiles) in add()
351 if (ctx.arg.thinLTOEmitIndexFiles) in compile()
H A DConfig.h383 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1562 ctx.arg.thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in readConfigs()
1573 if (ctx.arg.thinLTOEmitIndexFiles && !ctx.arg.thinLTOIndexOnly) { in readConfigs()