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

Declarations

tools/lldb/include/lldb/Utility/ArchSpec.h
  302   void Clear();

References

tools/lldb/include/lldb/Core/ModuleSpec.h
  153     m_arch.Clear();
tools/lldb/include/lldb/Target/Process.h
  983   virtual void DidAttach(ArchSpec &process_arch) { process_arch.Clear(); }
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  190   arch.Clear();
tools/lldb/source/Host/common/HostInfoBase.cpp
  329   arch_32.Clear();
  330   arch_64.Clear();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1094   arch.Clear();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
  163   arch.Clear();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
  222   arch.Clear();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
  297   arch.Clear();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  309     m_host_arch.Clear();
  327   m_process_arch.Clear();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1274   process_arch.Clear();
tools/lldb/source/Target/Platform.cpp
  367     platform_arch_ptr->Clear();
 1214     compatible_arch_ptr->Clear();
tools/lldb/source/Utility/ArchSpec.cpp
  837     Clear();
 1075     Clear();
tools/lldb/source/Utility/ProcessInfo.cpp
   37   m_arch.Clear();