Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp99 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
100 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h213 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1874 config->thinLTOIndexOnlyArg = in linkerMain()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp190 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
191 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h137 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1196 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()