Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDLTO.cpp99 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
122 if (config->thinLTOIndexOnly) in add()
179 if (config->thinLTOIndexOnly) { in compile()
HDConfig.h232 bool thinLTOIndexOnly; member
HDDriver.cpp1527 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in link()
1903 if (config->thinLTOIndexOnly) in link()
HDInputFiles.cpp899 if (config->thinLTOIndexOnly) in BitcodeFile()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLTO.cpp138 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
165 if (config->thinLTOIndexOnly) in add()
270 if (config->thinLTOIndexOnly) { in compile()
HDConfig.h193 bool thinLTOIndexOnly; member
HDDriver.cpp949 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in readConfigs()
1877 if (config->thinLTOIndexOnly) in link()
HDInputFiles.cpp1411 if (config->thinLTOIndexOnly) in BitcodeFile()