Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp381 case EventType::kAccessExt: in TraceReplay()
498 if (evp->is_func == 0 && evp->type == EventType::kAccessExt && in RestoreStack()
509 if (match && type == EventType::kAccessExt && in RestoreStack()
531 case EventType::kAccessExt: { in RestoreStack()
538 if (match && type == EventType::kAccessExt && in RestoreStack()
554 if (match && type == EventType::kAccessExt && in RestoreStack()
771 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()
/openbsd-src/gnu/llvm/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()