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

References

tools/lldb/source/API/SBMemoryRegionInfo.cpp
   98   return m_opaque_up->GetWritable() == MemoryRegionInfo::eYes;
  129   strm.Printf(m_opaque_up->GetWritable() ? "W" : "-");
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1738               range_info.GetWritable() ? 'w' : '-',
tools/lldb/source/Expression/IRMemoryMap.cpp
  110             region_info.GetWritable() != MemoryRegionInfo::OptionalBool::eNo ||
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6070           if (range_info.GetWritable() == MemoryRegionInfo::eYes)
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2494     if (region_info.GetReadable() || region_info.GetWritable() ||
 2501       if (region_info.GetWritable())
tools/lldb/source/Target/MemoryRegionInfo.cpp
   17                              Info.GetWritable(), Info.GetExecutable(),
tools/lldb/source/Target/Process.cpp
 2421       range_info.GetWritable() == MemoryRegionInfo::eDontKnow ||
 2429   if (range_info.GetWritable() == MemoryRegionInfo::eYes)
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  343   EXPECT_EQ(MemoryRegionInfo::eNo, region_info.GetWritable());