Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp50 static bool IsPageReadable(uint32_t protect) { in IsPageReadable() function
428 const bool readable = IsPageReadable(mem_info.Protect); in GetMemoryRegionInfo()