reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
302 void Clear();
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.cpp329 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.cpp309 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.cpp367 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();