Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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_mman.cpp173 rep.AddStack(stack, true); in SignalUnsafeCall()
H A Dtsan_rtl.h409 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.cpp1979 rep.AddStack(stack, true); in ReportErrnoSpoiling()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp61 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 Dtsan_mman.cpp167 rep.AddStack(stack, true); in SignalUnsafeCall()
H A Dtsan_rtl.h353 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.cpp1976 rep.AddStack(stack, true); in ReportErrnoSpoiling()