Searched refs:GetReport (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.cpp | 121 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()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_mutex.cpp | 155 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 D | tsan_rtl_report.cpp | 344 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase 637 const ReportDesc *rep = srep.GetReport(); in OutputReport() 652 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport() 806 const ReportDesc *rep_desc = rep.GetReport(); in ReportRace()
|
H A D | tsan_rtl.h | 421 const ReportDesc *GetReport() const;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 55 DDReport *GetReport(DDCallback *cb) override; 186 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
|
H A D | sanitizer_deadlock_detector_interface.h | 90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
|
H A D | sanitizer_deadlock_detector2.cpp | 99 DDReport *GetReport(DDCallback *cb); 413 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
|