Searched refs:PrintCurrentStackSlow (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp47 PrintCurrentStackSlow(StackTrace::GetCurrentPc());
720 // Always inlining PrintCurrentStackSlow, because LocatePcInTrace assumes
722 // tail-call to PrintCurrentStackSlow breaks this assumption because
728 void PrintCurrentStackSlow(uptr pc) { function in namespace:__tsan
752 PrintCurrentStackSlow(StackTrace::GetCurrentPc());
H A Dtsan_rtl.h714 void PrintCurrentStackSlow(uptr pc); // uses libunwind

Completed in 154 milliseconds