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

References

tools/lldb/source/API/SBMemoryRegionInfo.cpp
  104   return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes;
  130   strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-");
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1739               range_info.GetExecutable() ? 'x' : '-',
tools/lldb/source/Expression/IRMemoryMap.cpp
  111             region_info.GetExecutable() !=
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6072           if (range_info.GetExecutable() == MemoryRegionInfo::eYes)
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2495         region_info.GetExecutable()) {
 2503       if (region_info.GetExecutable())
tools/lldb/source/Target/MemoryRegionInfo.cpp
   17                              Info.GetWritable(), Info.GetExecutable(),
tools/lldb/source/Target/Process.cpp
 2422       range_info.GetExecutable() == MemoryRegionInfo::eDontKnow) {
 2432   if (range_info.GetExecutable() == MemoryRegionInfo::eYes)
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  344   EXPECT_EQ(MemoryRegionInfo::eYes, region_info.GetExecutable());