Home
last modified time | relevance | path

Searched defs:protect (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp32 static DWORD ConvertLldbToWinApiProtect(uint32_t protect) { in ConvertLldbToWinApiProtect() argument
50 static bool IsPageReadable(uint32_t protect) { in IsPageReadable() argument
54 static bool IsPageWritable(uint32_t protect) { in IsPageWritable() argument
59 static bool IsPageExecutable(uint32_t protect) { in IsPageExecutable() argument
340 auto protect = ConvertLldbToWinApiProtect(permissions); AllocateMemory() local
[all...]
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp103 bool CheckAndProtect(bool protect, bool ignore_heap, bool print_warnings) { in CheckAndProtect()
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp144 bool protect = type == MappingDesc::INVALID || InitShadow() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1200 bool protect = type == MappingDesc::INVALID || InitShadow() local