Searched refs:whyExtract (Results 1 – 3 of 3) sorted by relevance
479 if (!config->whyExtract.empty()) in resolve()661 if (!config->whyExtract.empty()) in resolve()
1471 config->whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()1884 if (auto e = tryCreateFile(config->whyExtract)) in setConfigs()1885 error("cannot open --why-extract= file " + config->whyExtract + ": " + in setConfigs()2164 if (!config->whyExtract.empty()) in handleUndefined()2192 if (!config->whyExtract.empty()) in handleLibcall()2229 if (config->whyExtract.empty()) in writeWhyExtract()2233 raw_fd_ostream os = ctx.openAuxiliaryFile(config->whyExtract, ec); in writeWhyExtract()2235 error("cannot open --why-extract= file " + config->whyExtract + ": " + in writeWhyExtract()
188 llvm::StringRef whyExtract; member