Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp99 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
100 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h209 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1743 config->thinLTOIndexOnlyArg = in linkerMain()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp187 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
188 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
H A DConfig.h129 llvm::StringRef thinLTOIndexOnlyArg; member
H A DDriver.cpp1150 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()