Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DLTO.cpp96 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
97 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
DConfig.h200 llvm::StringRef thinLTOIndexOnlyArg; member
DDriver.cpp1673 config->thinLTOIndexOnlyArg = in link()
/external/llvm-project/lld/ELF/
DLTO.cpp186 if (!config->thinLTOIndexOnlyArg.empty()) in BitcodeCompiler()
187 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
DConfig.h123 llvm::StringRef thinLTOIndexOnlyArg; member
DDriver.cpp1070 config->thinLTOIndexOnlyArg = args.getLastArgValue(OPT_thinlto_index_only_eq); in readConfigs()