reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBMemoryRegionInfo.cpp
   92   return m_opaque_up->GetReadable() == MemoryRegionInfo::eYes;
  128   strm.Printf(m_opaque_up->GetReadable() ? "R" : "-");
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1737               range_info.GetReadable() ? 'r' : '-',
tools/lldb/source/Expression/IRMemoryMap.cpp
  109         if (region_info.GetReadable() != MemoryRegionInfo::OptionalBool::eNo ||
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6068           if (range_info.GetReadable() == MemoryRegionInfo::eYes)
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2494     if (region_info.GetReadable() || region_info.GetWritable() ||
 2499       if (region_info.GetReadable())
tools/lldb/source/Target/MemoryRegionInfo.cpp
   16                              Info.GetRange().GetRangeEnd(), Info.GetReadable(),
tools/lldb/source/Target/Process.cpp
 2420   if (range_info.GetReadable() == MemoryRegionInfo::eDontKnow ||
 2426   if (range_info.GetReadable() == MemoryRegionInfo::eYes)
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  342   EXPECT_EQ(MemoryRegionInfo::eYes, region_info.GetReadable());