Searched refs:GetReport (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp121 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
134 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
145 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h87 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cpp55 DDReport *GetReport(DDCallback *cb) override;
186 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cpp99 DDReport *GetReport(DDCallback *cb);
415 DDReport *DD::GetReport(DDCallback *cb) { function in class:__sanitizer::DD
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp151 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
209 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
251 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
264 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
304 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
336 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
383 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
H A Dtsan_rtl_report.cpp372 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } function in class:__tsan::ScopedReportBase
503 const ReportDesc *rep = srep.GetReport();
518 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp};
H A Dtsan_rtl.h600 const ReportDesc *GetReport() const;

Completed in 179 milliseconds