Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.cpp499 if (!config->whyExtract.empty()) in resolveUndefined()
675 if (!config->whyExtract.empty()) in resolveLazy()
H A DDriver.cpp1226 config->whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()
1797 if (!config->whyExtract.empty()) in handleUndefined()
1865 if (config->whyExtract.empty()) in writeWhyExtract()
1869 raw_fd_ostream os(config->whyExtract, ec, sys::fs::OF_None); in writeWhyExtract()
1871 error("cannot open --why-extract= file " + config->whyExtract + ": " + in writeWhyExtract()
2452 if (auto e = tryCreateFile(config->whyExtract)) in link()
2453 error("cannot open --why-extract= file " + config->whyExtract + ": " + in link()
H A DConfig.h138 llvm::StringRef whyExtract; member