Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h244 bool emitLLVM; member
H A DLTO.cpp149 if (config->emitLLVM) { in createConfig()
H A DDriver.cpp1282 config->emitLLVM = args.hasArg(OPT_lto_emit_llvm); in readConfigs()
2967 const bool skipLinkedOutput = config->thinLTOIndexOnly || config->emitLLVM || in link()