Lines Matching defs:DumpOpts
851 Die.dump(OS, 0, DumpOpts);
1020 else if (It->second != FileIndex && DumpOpts.Verbose) {
1084 DIDumpOptions DumpOpts)
1085 : OS(S), DCtx(D), DumpOpts(std::move(DumpOpts)), IsObjectFile(false),
1087 ErrorCategory.ShowDetail(this->DumpOpts.Verbose ||
1088 !this->DumpOpts.ShowAggregateErrors);
2033 if (DumpOpts.ShowAggregateErrors && ErrorCategory.GetNumCategories()) {
2039 if (!DumpOpts.JsonErrSummaryFile.empty()) {
2041 raw_fd_ostream JsonStream(DumpOpts.JsonErrSummaryFile, EC,
2045 << DumpOpts.JsonErrSummaryFile
2073 Die.dump(OS, indent, DumpOpts);