Searched refs:AddStack (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/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_interface_ann.cpp | 448 rep.AddStack(trace, true); in ReportMutexHeldWrongContext()
|
H A D | tsan_mman.cpp | 187 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 | 2071 rep.AddStack(stack, true); in ReportErrnoSpoiling()
|