Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h23 kAccessExt, enumerator
45 static constexpr Event NopEvent = {1, 0, EventType::kAccessExt, 0};
H A Dtsan_rtl_report.cpp382 case EventType::kAccessExt: in TraceReplay()
499 if (evp->is_func == 0 && evp->type == EventType::kAccessExt && in RestoreStack()
510 if (match && type == EventType::kAccessExt && in RestoreStack()
532 case EventType::kAccessExt: { in RestoreStack()
539 if (match && type == EventType::kAccessExt && in RestoreStack()
555 if (match && type == EventType::kAccessExt && in RestoreStack()
772 if (!RestoreStack(EventType::kAccessExt, s[1].sid(), s[1].epoch(), addr1, in ReportRace()
H A Dtsan_rtl_access.cpp44 evex->type = EventType::kAccessExt; in TryTraceMemoryAccess()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_trace.h74 kAccessExt, enumerator
96 static constexpr Event NopEvent = {1, 0, EventType::kAccessExt, 0};
H A Dtsan_rtl_report.cpp484 case EventType::kAccessExt: in TraceReplay()
575 if (evp->is_func == 0 && evp->type == EventType::kAccessExt && in RestoreStack()
586 if (match && type == EventType::kAccessExt && in RestoreStack()
605 case EventType::kAccessExt: { in RestoreStack()
612 if (match && type == EventType::kAccessExt && in RestoreStack()
628 if (match && type == EventType::kAccessExt && in RestoreStack()
H A Dtsan_rtl_access.cpp46 evex->type = EventType::kAccessExt; in TryTraceMemoryAccess()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp96 bool res = RestoreStack(EventType::kAccessExt, thr->fast_state.sid(), in TRACE_TEST()
157 RestoreStack(EventType::kAccessExt, thr->fast_state.sid(), in TRACE_TEST()
227 bool res = RestoreStack(EventType::kAccessExt, thr->fast_state.sid(), in TRACE_TEST()