Home
last modified time | relevance | path

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

/freebsd-14.2/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.h139 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1616 config->thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in link()
1627 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in link()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp185 onIndexWrite, config->thinLTOEmitIndexFiles, in BitcodeCompiler()
216 if (config->thinLTOEmitIndexFiles) in add()
343 if (config->thinLTOEmitIndexFiles) in compile()
H A DConfig.h288 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1382 config->thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in readConfigs()
1393 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in readConfigs()