Home
last modified time | relevance | path

Searched refs:AddStack (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp63 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 Dtsan_interface_ann.cpp448 rep.AddStack(trace, true); in ReportMutexHeldWrongContext()
H A Dtsan_mman.cpp187 rep.AddStack(stack, true); in SignalUnsafeCall()
H A Dtsan_rtl.h411 void AddStack(StackTrace stack, bool suppressable = false);
H A Dtsan_rtl_report.cpp171 void ScopedReportBase::AddStack(StackTrace stack, bool suppressable) { in AddStack() function in __tsan::ScopedReportBase
H A Dtsan_interceptors_posix.cpp2071 rep.AddStack(stack, true); in ReportErrnoSpoiling()