Home
last modified time | relevance | path

Searched refs:EventFunc (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h64 struct EventFunc { struct
69 static_assert(sizeof(EventFunc) == 8, "bad EventFunc size"); argument
H A Dtsan_rtl.h739 EventFunc *ev;
H A Dtsan_rtl.cpp1003 EventFunc *ev; in TraceSwitchPartImpl()
H A Dtsan_rtl_report.cpp517 auto *ev = reinterpret_cast<EventFunc *>(evp); in RestoreStack()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_trace.h115 struct EventFunc { struct
120 static_assert(sizeof(EventFunc) == 8, "bad EventFunc size"); argument
H A Dtsan_rtl.h725 EventFunc *ev;
H A Dtsan_rtl_report.cpp593 auto *ev = reinterpret_cast<EventFunc *>(evp); in RestoreStack()