Home
last modified time | relevance | path

Searched refs:kMemoryLayoutSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h61 const uptr kMemoryLayoutSize = sizeof(kMemoryLayout) / sizeof(kMemoryLayout[0]); variable
75 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in addr_is_type()
H A Ddfsan.cpp842 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in dfsan_flush()
866 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in CheckMemoryLayoutSanity()
936 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in InitShadow()
950 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in InitShadow()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp78 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in CheckMemoryLayoutSanity()
110 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in InitShadow()
124 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in InitShadow()
H A Dmsan.h260 const uptr kMemoryLayoutSize = sizeof(kMemoryLayout) / sizeof(kMemoryLayout[0]); variable
273 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in addr_is_type()