Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp59 static bool IsPageExecutable(uint32_t protect) { in IsPageExecutable() function
429 const bool executable = IsPageExecutable(mem_info.Protect); in GetMemoryRegionInfo()