Home
last modified time | relevance | path

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

/freebsd-14.2/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.h173 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1621 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in link()
1636 config->thinLTOIndexOnlyArg.empty()) { in link()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp112 if (!ctx.config.thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
113 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h238 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp2021 config->thinLTOIndexOnlyArg = in linkerMain()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp170 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
171 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h184 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1387 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()
1402 config->thinLTOIndexOnlyArg.empty()) { in readConfigs()