Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp96 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
101 config->thinLTOEmitImportsFiles); in BitcodeCompiler()
183 if (config->thinLTOEmitImportsFiles) in thinLTOCreateEmptyIndexFiles()
219 if (config->thinLTOEmitImportsFiles) in compile()
H A DConfig.h140 bool thinLTOEmitImportsFiles; member
H A DDriver.cpp1753 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp182 ctx.arg.thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
186 ctx.arg.thinLTOEmitIndexFiles, ctx.arg.thinLTOEmitImportsFiles, in BitcodeCompiler()
194 ctx.arg.thinLTOEmitImportsFiles); in BitcodeCompiler()
306 if (ctx.arg.thinLTOEmitImportsFiles) in thinLTOCreateEmptyIndexFiles()
346 if (ctx.arg.thinLTOEmitImportsFiles) in compile()
H A DConfig.h382 bool thinLTOEmitImportsFiles; member
H A DDriver.cpp1561 ctx.arg.thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in readConfigs()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp129 ctx.config.thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler()
208 if (ctx.config.thinLTOEmitImportsFiles) in compile()
H A DConfig.h329 bool thinLTOEmitImportsFiles; member
H A DDriver.cpp2121 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in linkerMain()