Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h84 void GetAccess(uptr *addr, uptr *size, AccessType *typ) const { in GetAccess() function
H A Dtsan_rtl_report.cpp182 s.GetAccess(&addr0, &size, &typ); in AddMemoryAccess()
722 cur.GetAccess(&addr_off0, &size0, nullptr); in ReportRace()
724 old.GetAccess(&addr_off1, &size1, &typ1); in ReportRace()
H A Dtsan_rtl_access.cpp396 s.GetAccess(nullptr, nullptr, &typ); in DumpShadow()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp23 s->GetAccess(&addr1, &size1, &typ1); in CheckShadow()