Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp109 config->thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler()
184 if (config->thinLTOEmitImportsFiles) in compile()
H A DConfig.h273 bool thinLTOEmitImportsFiles; member
H A DDriver.cpp1740 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in linkerMain()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp197 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
292 if (config->thinLTOEmitImportsFiles) in thinLTOCreateEmptyIndexFiles()
328 if (config->thinLTOEmitImportsFiles) in compile()
H A DConfig.h215 bool thinLTOEmitImportsFiles; member
H A DDriver.cpp1147 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in readConfigs()