Searched refs:whyExtract (Results 1 – 3 of 3) sorted by relevance
477 if (!ctx.arg.whyExtract.empty()) in resolve()652 if (!ctx.arg.whyExtract.empty()) in resolve()
1605 ctx.arg.whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()2056 if (auto e = tryCreateFile(ctx.arg.whyExtract)) in setConfigs()2057 ErrAlways(ctx) << "cannot open --why-extract= file " << ctx.arg.whyExtract in setConfigs()2340 if (!ctx.arg.whyExtract.empty()) in handleUndefined()2368 if (!ctx.arg.whyExtract.empty()) in handleLibcall()2404 if (ctx.arg.whyExtract.empty()) in writeWhyExtract()2408 raw_fd_ostream os = ctx.openAuxiliaryFile(ctx.arg.whyExtract, ec); in writeWhyExtract()2410 ErrAlways(ctx) << "cannot open --why-extract= file " << ctx.arg.whyExtract in writeWhyExtract()
251 llvm::StringRef whyExtract; member