Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_linux.cpp55 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() function
152 if (!ProtectMemoryRange(start, size, kMemoryLayout[i].name)) in InitShadow()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1036 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() function
1104 if (!ProtectMemoryRange(start, size, kMemoryLayout[i].name)) in InitShadow()