Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp104 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
129 if (config->thinLTOIndexOnly) in add()
191 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h274 bool thinLTOIndexOnly; member
H A DDriver.cpp1741 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in linkerMain()
2162 if (config->thinLTOIndexOnly) in linkerMain()
H A DInputFiles.cpp1019 if (config->thinLTOIndexOnly) in BitcodeFile()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp192 if (config->thinLTOIndexOnly) { in BitcodeCompiler()
221 if (config->thinLTOIndexOnly) in add()
333 if (config->thinLTOIndexOnly) { in compile()
H A DConfig.h216 bool thinLTOIndexOnly; member
H A DDriver.cpp1148 config->thinLTOIndexOnly = args.hasArg(OPT_thinlto_index_only) || in readConfigs()
2342 if (config->thinLTOIndexOnly || config->emitLLVM || config->ltoEmitAsm || in link()
H A DInputFiles.cpp1678 if (config->thinLTOIndexOnly) in BitcodeFile()