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

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

Completed in 136 milliseconds