Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp204 onIndexWrite, config->thinLTOEmitIndexFiles, in BitcodeCompiler()
230 if (config->thinLTOEmitIndexFiles) in add()
345 if (config->thinLTOEmitIndexFiles) in compile()
H A DConfig.h229 bool thinLTOEmitIndexFiles; member
H A DDriver.cpp1191 config->thinLTOEmitIndexFiles = args.hasArg(OPT_thinlto_emit_index_files) || in readConfigs()
1201 if (config->thinLTOEmitIndexFiles && !config->thinLTOIndexOnly) { in readConfigs()