Home
last modified time | relevance | path

Searched refs:kMetaShadowEnd (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h60 static const uptr kMetaShadowEnd = 0x340000000000ull; member
98 static const uptr kMetaShadowEnd = 0x5000000000ull;
139 static const uptr kMetaShadowEnd = 0x0e00000000ull;
177 static const uptr kMetaShadowEnd = 0x3400000000ull;
212 static const uptr kMetaShadowEnd = 0x28000000000ull;
232 static const uptr kMetaShadowEnd = 0x0006000000000ull;
273 static const uptr kMetaShadowEnd = 0x0d0000000000ull;
305 static const uptr kMetaShadowEnd = 0x200000000000ull;
337 static const uptr kMetaShadowEnd = 0x200000000000ull;
374 static const uptr kMetaShadowEnd = 0x400000000000ull;
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h46 static const uptr kMetaShadowEnd = 0x400000000000ull; member
78 static const uptr kMetaShadowEnd = 0x4000000000ull;
121 static const uptr kMetaShadowEnd = 0x3400000000ull;
157 static const uptr kMetaShadowEnd = 0x28000000000ull;
199 static const uptr kMetaShadowEnd = 0x0d0000000000ull;
231 static const uptr kMetaShadowEnd = 0x200000000000ull;
268 static const uptr kMetaShadowEnd = 0x400000000000ull;
293 static const uptr kMetaShadowEnd = 0x07d000000000ull;
356 case MAPPING_META_SHADOW_END: return Mapping::kMetaShadowEnd; in MappingImpl()
560 return mem >= Mapping::kMetaShadowBeg && mem <= Mapping::kMetaShadowEnd; in IsMetaMemImpl()