Searched refs:GetAccess (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_shadow.h | 84 void GetAccess(uptr *addr, uptr *size, AccessType *typ) const { in GetAccess() function
|
| H A D | tsan_rtl_report.cpp | 182 s.GetAccess(&addr0, &size, &typ); in AddMemoryAccess() 721 cur.GetAccess(&addr_off0, &size0, nullptr); in ReportRace() 723 old.GetAccess(&addr_off1, &size1, &typ1); in ReportRace()
|
| H A D | tsan_rtl_access.cpp | 396 s.GetAccess(nullptr, nullptr, &typ); in DumpShadow()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_shadow_test.cpp | 28 s->GetAccess(&addr1, &size1, &typ1); in CheckShadow()
|