Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DLTO.cpp113 if (!ctx.config.thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
114 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h238 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp2013 config->thinLTOIndexOnlyArg = in linkerMain()
/src/contrib/llvm-project/lld/MachO/
H A DLTO.cpp85 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
86 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h174 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1685 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in link()
1700 config->thinLTOIndexOnlyArg.empty()) { in link()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp172 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
173 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h187 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1435 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()
1450 config->thinLTOIndexOnlyArg.empty()) { in readConfigs()