Searched refs:AddStack (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cpp | 63 rep.AddStack(trace, true); in ReportMutexMisuse() 543 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock() 547 rep.AddStack(StackTrace(&dummy_pc, 1), true); in ReportDeadlock() 565 rep.AddStack(trace, true); in ReportDestroyLocked() 573 rep.AddStack(trace, true); in ReportDestroyLocked()
|
| H A D | tsan_mman.cpp | 173 rep.AddStack(stack, true); in SignalUnsafeCall()
|
| H A D | tsan_rtl.h | 409 void AddStack(StackTrace stack, bool suppressable = false);
|
| H A D | tsan_rtl_report.cpp | 171 void ScopedReportBase::AddStack(StackTrace stack, bool suppressable) { in AddStack() function in __tsan::ScopedReportBase
|
| H A D | tsan_interceptors_posix.cpp | 1979 rep.AddStack(stack, true); in ReportErrnoSpoiling()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_mutex.cpp | 61 rep.AddStack(trace, true); in ReportMutexMisuse() 118 rep.AddStack(trace, true); in MutexDestroy() 121 rep.AddStack(trace, true); in MutexDestroy() 544 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock() 548 rep.AddStack(StackTrace(&dummy_pc, 1), true); in ReportDeadlock()
|
| H A D | tsan_mman.cpp | 167 rep.AddStack(stack, true); in SignalUnsafeCall()
|
| H A D | tsan_rtl.h | 353 void AddStack(StackTrace stack, bool suppressable = false);
|
| H A D | tsan_rtl_report.cpp | 171 void ScopedReportBase::AddStack(StackTrace stack, bool suppressable) { in AddStack() function in __tsan::ScopedReportBase
|
| H A D | tsan_interceptors_posix.cpp | 1976 rep.AddStack(stack, true); in ReportErrnoSpoiling()
|