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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2201       if (match_info.GetProcessInfo().GetArchitecture().IsValid()) {
 2203             match_info.GetProcessInfo().GetArchitecture();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1199   const ArchSpec &proc_arch = proc_info.GetArchitecture();
 1218   const ArchSpec &proc_arch = proc_info.GetArchitecture();
tools/lldb/source/Utility/ProcessInfo.cpp
  246   return !m_match_info.GetArchitecture().IsValid() ||
  247          m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec);
  293   return ArchitectureMatches(proc_info.GetArchitecture()) &&
  320   if (m_match_info.GetArchitecture().IsValid())