Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp61 const uptr meta = MetaShadowBeg(); in InitializeShadowMemory()
108 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect()
112 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect()
H A Dtsan_platform_mac.cpp147 RegionMemUsage(MetaShadowBeg(), MetaShadowEnd(), &meta_res, &meta_dirty); in WriteMemoryProfile()
178 MetaShadowBeg(), MetaShadowEnd(), meta_res / 1024, meta_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp110 else if (p >= MetaShadowBeg() && p < MetaShadowEnd()) in FillProfileCallback()
H A Dtsan_platform.h780 uptr MetaShadowBeg(void) { in MetaShadowBeg() function