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