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

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DLTO.cpp85 if (!config->thinLTOIndexOnlyArg.empty())
86 indexFile = openFile(config->thinLTOIndexOnlyArg);
H A DConfig.h173 llvm::StringRef thinLTOIndexOnlyArg; member in struct:lld::macho::Configuration
H A DDriver.cpp1621 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq);
1636 config->thinLTOIndexOnlyArg.empty()) {
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DLTO.cpp112 if (!ctx.config.thinLTOIndexOnlyArg.empty())
113 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg);
H A DConfig.h238 llvm::StringRef thinLTOIndexOnlyArg; member in struct:lld::coff::Configuration
H A DDriver.cpp2021 config->thinLTOIndexOnlyArg =
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLTO.cpp170 if (!config->thinLTOIndexOnlyArg.empty())
171 indexFile = openFile(config->thinLTOIndexOnlyArg);
H A DConfig.h184 llvm::StringRef thinLTOIndexOnlyArg; member in struct:lld::elf::Config
H A DDriver.cpp1387 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq);
1402 config->thinLTOIndexOnlyArg.empty()) {

Completed in 199 milliseconds