Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp703 uptr TraceTopPC(ThreadState *thr) { in TraceTopPC() function
H A Dtsan_rtl.h605 uptr TraceTopPC(ThreadState *thr);
H A Dtsan_rtl_report.cpp873 uptr toppc = TraceTopPC(thr); in ReportRace()