Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp479 if (!config->whyExtract.empty()) in resolve()
661 if (!config->whyExtract.empty()) in resolve()
H A DDriver.cpp1423 config->whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()
2035 if (!config->whyExtract.empty()) in handleUndefined()
2097 if (config->whyExtract.empty()) in writeWhyExtract()
2101 raw_fd_ostream os = ctx.openAuxiliaryFile(config->whyExtract, ec); in writeWhyExtract()
2103 error("cannot open --why-extract= file " + config->whyExtract + ": " + in writeWhyExtract()
2684 if (auto e = tryCreateFile(config->whyExtract)) in link()
2685 error("cannot open --why-extract= file " + config->whyExtract + ": " + in link()
H A DConfig.h185 llvm::StringRef whyExtract; member