Searched refs:AddStack (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 411 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 | 2076 rep.AddStack(stack, true); in ReportErrnoSpoiling()
|