Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_trace.h31 EventTypeFuncExit, enumerator
H A Dtsan_rtl.h779 TraceAddEvent(thr, thr->fast_state, EventTypeFuncExit, 0); in FuncExit()
H A Dtsan_rtl_report.cpp428 } else if (typ == EventTypeFuncExit) { in RestoreStack()