Home
last modified time | relevance | path

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

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