Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp200 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
205 config->thinLTOEmitImportsFiles); in BitcodeCompiler()
304 if (config->thinLTOEmitImportsFiles) in thinLTOCreateEmptyIndexFiles()
340 if (config->thinLTOEmitImportsFiles) in compile()
H A DConfig.h228 bool thinLTOEmitImportsFiles; member
H A DDriver.cpp1190 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in readConfigs()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp109 config->thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler()
185 if (config->thinLTOEmitImportsFiles) in compile()
H A DConfig.h283 bool thinLTOEmitImportsFiles; member
H A DDriver.cpp1871 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in linkerMain()