Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_mapping.h47 inline uptr ShadowToMem(uptr shadow_addr) { in ShadowToMem() function
H A Dhwasan.cc331 Printf(" %zx: %x\n", ShadowToMem(s), *(tag_t *)s); in __hwasan_print_shadow()
345 return ShadowToMem(s) - ptr_raw; in __hwasan_test_shadow()
H A Dhwasan_linux.cc159 kHighMemStart = ShadowToMem(kHighShadowStart); in InitShadow()
H A Dhwasan_report.cc179 uptr mem = ShadowToMem(reinterpret_cast<uptr>(candidate)); in PrintAddressDescription()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h910 uptr ShadowToMem(uptr s) { in ShadowToMem() function
H A Dtsan_rtl_report.cc608 uptr addr = ShadowToMem((uptr)thr->racy_shadow_addr); in ReportRace()
H A Dtsan_rtl.cc312 CHECK_EQ(p, ShadowToMem(s)); in CheckShadowMapping()