Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBMemoryRegionInfo.cpp67 return m_opaque_ap->GetReadable() == MemoryRegionInfo::eYes; in IsReadable()
92 strm.Printf(m_opaque_ap->GetReadable() ? "R" : "-"); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h40 OptionalBool GetReadable() const { return m_read; } in GetReadable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp110 if (region_info.GetReadable() != MemoryRegionInfo::OptionalBool::eNo || in FindSpace()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2438 if (region_info.GetReadable() || region_info.GetWritable() ||
2443 if (region_info.GetReadable())
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1743 range_info.GetReadable() ? 'r' : '-', in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2656 if (range_info.GetReadable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
2662 if (range_info.GetReadable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()