Home
last modified time | relevance | path

Searched refs:ReportDesc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cc69 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()
78 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data()
93 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag()
101 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack()
112 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop()
129 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc()
146 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc_object_type()
156 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mutex()
170 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_thread()
184 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_unique_tid()
H A Dtsan_report.h108 class ReportDesc {
121 ReportDesc();
122 ~ReportDesc();
125 ReportDesc(const ReportDesc&);
126 void operator = (const ReportDesc&);
130 void PrintReport(const ReportDesc *rep);
H A Dtsan_report.cc49 ReportDesc::ReportDesc() in ReportDesc() function in __tsan::ReportDesc
65 ReportDesc::~ReportDesc() { in ~ReportDesc()
284 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack()
317 void PrintReport(const ReportDesc *rep) { in PrintReport()
458 void PrintReport(const ReportDesc *rep) { in PrintReport()
H A Dtsan_rtl_report.cc54 bool OnReport(const ReportDesc *rep, bool suppressed);
57 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()
64 void __tsan_on_report(const ReportDesc *rep) { in __tsan_on_report()
148 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc)); in ScopedReportBase()
149 rep_ = new(mem) ReportDesc; in ScopedReportBase()
372 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport()
507 const ReportDesc *rep = srep.GetReport(); in OutputReport()
H A Dtsan_defs.h172 class ReportDesc; variable
H A Dtsan_rtl.h454 const ReportDesc *current_report;
596 const ReportDesc *GetReport() const;
603 ReportDesc *rep_;