Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h207 bool emitLLVM; member
H A DLTO.cpp170 if (config->emitLLVM) { in createConfig()
H A DDriver.cpp1109 config->emitLLVM = args.hasArg(OPT_plugin_opt_emit_llvm, false); in readConfigs()
2715 const bool skipLinkedOutput = config->thinLTOIndexOnly || config->emitLLVM || in link()