Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp100 return m_opaque_up->GetReadable() == MemoryRegionInfo::eYes; in IsReadable()
171 strm.Printf(m_opaque_up->GetReadable() ? "R" : "-"); in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemoryRegionInfo.cpp18 Info.GetRange().GetRangeEnd(), Info.GetReadable(), in operator <<()
H A DProcess.cpp2385 if (range_info.GetReadable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
2391 if (range_info.GetReadable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h44 OptionalBool GetReadable() const { return m_read; } in GetReadable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp463 vm_addr, info.GetReadable(), info.GetExecutable(), in GetMemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRMemoryMap.cpp110 if (region_info.GetReadable() != MemoryRegionInfo::OptionalBool::eNo || in FindSpace()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1733 range_info.GetRange().GetRangeEnd(), range_info.GetReadable(), in DumpRegion()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2789 if (region_info.GetReadable() || region_info.GetWritable() || in Handle_qMemoryRegionInfo()
2794 if (region_info.GetReadable()) in Handle_qMemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6518 if (range_info.GetReadable() == MemoryRegionInfo::eYes)