Home
last modified time | relevance | path

Searched refs:TraceFunc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h771 void TraceFunc(ThreadState *thr, uptr pc = 0);
H A Dtsan_rtl_access.cpp87 void TraceFunc(ThreadState* thr, uptr pc) { in TraceFunc() function