Searched refs:ShadowBeg (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_posix.cpp | 47 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 D | tsan_platform_mac.cpp | 156 RegionMemUsage(ShadowBeg(), ShadowEnd(), &shadow_res, &shadow_dirty); in WriteMemoryProfile() 188 ShadowBeg(), ShadowEnd(), shadow_res / 1024, shadow_dirty / 1024, in WriteMemoryProfile()
|
| H A D | tsan_platform_linux.cpp | 104 if (p >= ShadowBeg() && p < ShadowEnd()) in FillProfileCallback()
|
| H A D | tsan_platform.h | 774 uptr ShadowBeg(void) { return SelectMapping<MappingField>(kShadowBeg); } in ShadowBeg() function
|
| H A D | tsan_rtl.cpp | 200 auto shadow_begin = ShadowBeg(); in DoResetImpl()
|