Searched refs:kAccessExt (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_trace.h | 23 kAccessExt, enumerator 45 static constexpr Event NopEvent = {1, 0, EventType::kAccessExt, 0};
|
| H A D | tsan_rtl_report.cpp | 382 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 D | tsan_rtl_access.cpp | 44 evex->type = EventType::kAccessExt; in TryTraceMemoryAccess()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_trace.h | 74 kAccessExt, enumerator 96 static constexpr Event NopEvent = {1, 0, EventType::kAccessExt, 0};
|
| H A D | tsan_rtl_report.cpp | 484 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 D | tsan_rtl_access.cpp | 46 evex->type = EventType::kAccessExt; in TryTraceMemoryAccess()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_trace_test.cpp | 96 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()
|