Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h88 const uptr kMemoryLayoutSize = sizeof(kMemoryLayout) / sizeof(kMemoryLayout[0]); variable
102 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in addr_is_type()
H A Ddfsan.cpp1073 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in dfsan_flush()
1099 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in CheckMemoryLayoutSanity()
1169 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in InitShadow()
1183 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in InitShadow()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp85 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in CheckMemoryLayoutSanity()
117 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in InitShadow()
132 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) { in InitShadow()
H A Dmsan.h230 const uptr kMemoryLayoutSize = sizeof(kMemoryLayout) / sizeof(kMemoryLayout[0]); variable
244 for (unsigned i = 0; i < kMemoryLayoutSize; ++i) in addr_is_type()