Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp62 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() function
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1147 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { ProtectMemoryRange() function