Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDLTO.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()
HDConfig.h139 bool thinLTOEmitImportsFiles; member
HDDriver.cpp1679 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in link()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDLTO.cpp183 config->thinLTOEmitImportsFiles, indexFile.get(), onIndexWrite); in BitcodeCompiler()
188 config->thinLTOEmitImportsFiles); in BitcodeCompiler()
301 if (config->thinLTOEmitImportsFiles) in thinLTOCreateEmptyIndexFiles()
340 if (config->thinLTOEmitImportsFiles) in compile()
HDConfig.h302 bool thinLTOEmitImportsFiles; member
HDDriver.cpp1429 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in readConfigs()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDLTO.cpp124 ctx.config.thinLTOEmitImportsFiles, indexFile.get(), OnIndexWrite); in BitcodeCompiler()
203 if (ctx.config.thinLTOEmitImportsFiles) in compile()
HDConfig.h321 bool thinLTOEmitImportsFiles; member
HDDriver.cpp2010 config->thinLTOEmitImportsFiles = args.hasArg(OPT_thinlto_emit_imports_files); in linkerMain()