Searched refs:OutputReport (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cpp | 65 OutputReport(thr, rep); in ReportMutexMisuse() 551 OutputReport(thr, rep); in ReportDeadlock() 575 OutputReport(thr, rep); in ReportDestroyLocked()
|
| H A D | tsan_rtl_thread.cpp | 99 OutputReport(thr, rep); in ThreadFinalize()
|
| H A D | tsan_mman.cpp | 174 OutputReport(thr, rep); in SignalUnsafeCall()
|
| H A D | tsan_rtl_report.cpp | 632 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function 823 OutputReport(thr, rep); in ReportRace()
|
| H A D | tsan_rtl.h | 495 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
|
| H A D | tsan_interceptors_posix.cpp | 1980 OutputReport(thr, rep); in ReportErrnoSpoiling()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_mutex.cpp | 63 OutputReport(thr, rep); in ReportMutexMisuse() 123 OutputReport(thr, rep); in MutexDestroy() 552 OutputReport(thr, rep); in ReportDeadlock()
|
| H A D | tsan_rtl_thread.cpp | 103 OutputReport(thr, rep); in ThreadFinalize()
|
| H A D | tsan_mman.cpp | 168 OutputReport(thr, rep); in SignalUnsafeCall()
|
| H A D | tsan_rtl_report.cpp | 736 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function 944 OutputReport(thr, rep); in ReportRace()
|
| H A D | tsan_rtl.h | 442 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
|
| H A D | tsan_interceptors_posix.cpp | 1977 OutputReport(thr, rep); in ReportErrnoSpoiling()
|