Searched refs:TraceTopPC (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp591 uptr TraceTopPC(ThreadState *thr) { function in namespace:__tsan
H A Dtsan_rtl.h847 uptr TraceTopPC(ThreadState *thr);
H A Dtsan_rtl_report.cpp634 uptr toppc = TraceTopPC(thr);
645 // also triggers a race and we get here and call TraceTopPC to get the
647 // callback. Most likely, TraceTopPC will now return a EventTypeFuncExit

Completed in 103 milliseconds