Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
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.cpp160 RegionMemUsage(ShadowBeg(), ShadowEnd(), &shadow_res, &shadow_dirty); in WriteMemoryProfile()
194 ShadowBeg(), ShadowEnd(), shadow_res / 1024, shadow_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp105 if (p >= ShadowBeg() && p < ShadowEnd()) in FillProfileCallback()
153 ReleaseMemoryPagesToOS(ShadowBeg(), ShadowEnd()); in FlushShadowMemoryCallback()
H A Dtsan_platform.h786 uptr ShadowBeg(void) { return SelectMapping<MappingField>(kShadowBeg); } in ShadowBeg() function
/llvm-project-15.0.7/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.h718 uptr ShadowBeg(void) { return SelectMapping<MappingField>(kShadowBeg); } in ShadowBeg() function
H A Dtsan_rtl.cpp200 auto shadow_begin = ShadowBeg(); in DoResetImpl()