Home
last modified time | relevance | path

Searched defs:GetReport (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h90 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
H A Dsanitizer_deadlock_detector1.cpp186 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector2.cpp413 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp344 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase