Searched refs:ShadowEnd (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/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() 144 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect() 148 ProtectRange(ShadowEnd(), MetaShadowBeg()); 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 | 105 if (p >= ShadowBeg() && p < ShadowEnd()) in FillProfileCallback()
|
| H A D | tsan_platform.h | 881 uptr ShadowEnd(void) { return SelectMapping<MappingField>(kShadowEnd); } in ShadowEnd() function
|
| H A D | tsan_rtl.cpp | 202 auto shadow_end = ShadowEnd(); in DoResetImpl()
|