Home
last modified time | relevance | path

Searched refs:emitLLVM (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h232 bool emitLLVM; member
H A DLTO.cpp147 if (config->emitLLVM) { in createConfig()
H A DDriver.cpp1242 config->emitLLVM = args.hasArg(OPT_plugin_opt_emit_llvm, false); in readConfigs()
2846 const bool skipLinkedOutput = config->thinLTOIndexOnly || config->emitLLVM || in link()