Home
last modified time | relevance | path

Searched refs:thinLTOIndexOnly (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lld/COFF/
DLTO.cpp101 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
126 if (config->thinLTOIndexOnly) in add()
188 if (config->thinLTOIndexOnly) { in compile()
DConfig.h258 bool thinLTOIndexOnly; member
DDriver.cpp1671 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in link()
2071 if (config->thinLTOIndexOnly) in link()
DInputFiles.cpp1023 if (config->thinLTOIndexOnly) in BitcodeFile()
/external/llvm-project/lld/ELF/
DLTO.cpp191 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
220 if (config->thinLTOIndexOnly) in add()
327 if (config->thinLTOIndexOnly) { in compile()
DConfig.h207 bool thinLTOIndexOnly; member
DDriver.cpp1068 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in readConfigs()
2191 if (config->thinLTOIndexOnly || config->emitLLVM || config->ltoEmitAsm || in link()
DInputFiles.cpp1661 if (config->thinLTOIndexOnly) in BitcodeFile()