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 BitcodeCompiler()
223 if (config->thinLTOEmitIndexFiles) in compile()
H A DConfig.h140 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1680 config->thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in link()
1691 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp187 onIndexWrite, config->thinLTOEmitIndexFiles, in BitcodeCompiler()
218 if (config->thinLTOEmitIndexFiles) in add()
345 if (config->thinLTOEmitIndexFiles) in compile()
H A DConfig.h303 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1430 config->thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in readConfigs()
1441 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in readConfigs()