Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp63 OutputReport(thr, rep); in ReportMutexMisuse()
120 OutputReport(thr, rep); in MutexDestroy()
544 OutputReport(thr, rep); in ReportDeadlock()
H A Dtsan_rtl_report.cpp510 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function
722 OutputReport(thr, rep); in ReportRace()
H A Dtsan_mman.cpp154 OutputReport(thr, rep); in SignalUnsafeCall()
H A Dtsan_rtl_thread.cpp217 OutputReport(thr, rep); in ThreadFinalize()
H A Dtsan_rtl.h668 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
H A Dtsan_interceptors_posix.cpp1998 OutputReport(thr, rep); in CallUserSignalHandler()