Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h175 bool emitLLVM; member
H A DLTO.cpp169 if (config->emitLLVM) { in createConfig()
H A DDriver.cpp1063 config->emitLLVM = args.hasArg(OPT_plugin_opt_emit_llvm, false); in readConfigs()
2607 const bool skipLinkedOutput = config->thinLTOIndexOnly || config->emitLLVM || in link()