Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp84 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
85 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h178 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1759 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in link()
1774 config->thinLTOIndexOnlyArg.empty()) { in link()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp108 if (!ctx.config.thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
109 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h245 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp2124 config->thinLTOIndexOnlyArg = in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp170 if (!ctx.arg.thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
171 indexFile = openFile(ctx.arg.thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h250 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1567 ctx.arg.thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()
1582 ctx.arg.thinLTOIndexOnlyArg.empty()) { in readConfigs()