Home
last modified time | relevance | path

Searched refs:GetReport (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp121 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock()
134 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock()
145 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp155 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
212 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
261 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
278 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
320 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
361 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
415 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cpp345 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase
638 const ReportDesc *rep = srep.GetReport(); in OutputReport()
653 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
807 const ReportDesc *rep_desc = rep.GetReport(); in ReportRace()
H A Dtsan_rtl.h419 const ReportDesc *GetReport() const;
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp153 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
208 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
250 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
266 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
306 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
339 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
385 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cpp383 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase
742 const ReportDesc *rep = srep.GetReport(); in OutputReport()
757 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
H A Dtsan_rtl.h363 const ReportDesc *GetReport() const;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp55 DDReport *GetReport(DDCallback *cb) override;
186 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
H A Dsanitizer_deadlock_detector2.cpp99 DDReport *GetReport(DDCallback *cb);
413 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD