Searched refs:AddStack (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1933 rep.AddStack(stack, true);
H A Dtsan_mman.cpp156 rep.AddStack(stack, true);
H A Dtsan_rtl.h590 void AddStack(StackTrace stack, bool suppressable = false);
H A Dtsan_rtl_mutex.cpp59 rep.AddStack(trace, true);
116 rep.AddStack(trace, true);
119 rep.AddStack(trace, true);
528 rep.AddStack(StackDepotGet(stk), true);
532 rep.AddStack(StackTrace(&dummy_pc, 1), true);
H A Dtsan_rtl_report.cpp160 void ScopedReportBase::AddStack(StackTrace stack, bool suppressable) { function in class:__tsan::ScopedReportBase

Completed in 206 milliseconds