Searched refs:MetaShadowBeg (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_platform_posix.cpp | 63 const uptr meta = MetaShadowBeg(); in InitializeShadowMemory() 115 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect() 119 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect()
|
| H A D | tsan_platform_mac.cpp | 161 RegionMemUsage(MetaShadowBeg(), MetaShadowEnd(), &meta_res, &meta_dirty); in WriteMemoryProfile() 195 MetaShadowBeg(), MetaShadowEnd(), meta_res / 1024, meta_dirty / 1024, in WriteMemoryProfile()
|
| H A D | tsan_platform_linux.cpp | 107 else if (p >= MetaShadowBeg() && p < MetaShadowEnd()) in FillProfileCallback()
|
| H A D | tsan_platform.h | 791 uptr MetaShadowBeg(void) { return SelectMapping<MappingField>(kMetaShadowBeg); } in MetaShadowBeg() function
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_posix.cpp | 63 const uptr meta = MetaShadowBeg(); in InitializeShadowMemory() 115 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect() 119 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect()
|
| H A D | tsan_platform_mac.cpp | 157 RegionMemUsage(MetaShadowBeg(), MetaShadowEnd(), &meta_res, &meta_dirty); in WriteMemoryProfile() 189 MetaShadowBeg(), MetaShadowEnd(), meta_res / 1024, meta_dirty / 1024, in WriteMemoryProfile()
|
| H A D | tsan_platform_linux.cpp | 106 else if (p >= MetaShadowBeg() && p < MetaShadowEnd()) in FillProfileCallback()
|
| H A D | tsan_platform.h | 723 uptr MetaShadowBeg(void) { return SelectMapping<MappingField>(kMetaShadowBeg); } in MetaShadowBeg() function
|