reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
226 const ArchSpec &GetHostArchitecture();
1820 working_dir.SetFile(cwd, GetHostArchitecture().GetTriple());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp470 const ArchSpec &remote_host_arch = m_gdb_comm.GetHostArchitecture(); 702 if (m_gdb_comm.GetHostArchitecture().IsValid()) { 703 target.SetArchitecture(m_gdb_comm.GetHostArchitecture()); 731 m_gdb_comm.GetHostArchitecture().IsValid() ? "true" : "false"); 734 m_gdb_comm.GetHostArchitecture().IsValid()) { 740 GetTarget().SetArchitecture(m_gdb_comm.GetHostArchitecture()); 944 const ArchSpec &host_arch = m_gdb_comm.GetHostArchitecture(); 1075 process_arch = m_gdb_comm.GetHostArchitecture();