Searched refs:whyExtract (Results 1 – 3 of 3) sorted by relevance
499 if (!config->whyExtract.empty()) in resolveUndefined()675 if (!config->whyExtract.empty()) in resolveLazy()
1226 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()
138 llvm::StringRef whyExtract; member