Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp54 static bool IsPageWritable(uint32_t protect) { in IsPageWritable() function
430 const bool writable = IsPageWritable(mem_info.Protect); in GetMemoryRegionInfo()