Home
last modified time | relevance | path

Searched refs:ShadowBeg (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp47 if (!MmapFixedSuperNoReserve(ShadowBeg(), ShadowEnd() - ShadowBeg(), in InitializeShadowMemory()
57 DontDumpShadow(ShadowBeg(), ShadowEnd() - ShadowBeg()); in InitializeShadowMemory()
59 ShadowBeg(), ShadowEnd(), in InitializeShadowMemory()
60 (ShadowEnd() - ShadowBeg()) >> 30); in InitializeShadowMemory()
114 ProtectRange(HeapMemEnd(), ShadowBeg()); in CheckAndProtect()
118 ProtectRange(LoAppMemEnd(), ShadowBeg()); in CheckAndProtect()
H A Dtsan_platform_mac.cpp156 RegionMemUsage(ShadowBeg(), ShadowEnd(), &shadow_res, &shadow_dirty); in WriteMemoryProfile()
188 ShadowBeg(), ShadowEnd(), shadow_res / 1024, shadow_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp104 if (p >= ShadowBeg() && p < ShadowEnd()) in FillProfileCallback()
H A Dtsan_platform.h774 uptr ShadowBeg(void) { return SelectMapping<MappingField>(kShadowBeg); } in ShadowBeg() function
H A Dtsan_rtl.cpp200 auto shadow_begin = ShadowBeg(); in DoResetImpl()