Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.cpp106 if (!ctx.config.thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
107 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h217 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1889 config->thinLTOIndexOnlyArg = in linkerMain()
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp94 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
95 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h170 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1572 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in link()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp193 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
194 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h167 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1252 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()