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

References

tools/lldb/include/lldb/Core/Module.h
  134     module_sp->m_arch = arch;
tools/lldb/source/Core/Module.cpp
  182     m_arch = matching_module_spec.GetArchitecture();
  184     m_arch = module_spec.GetArchitecture();
  240               static_cast<void *>(this), m_arch.GetArchitectureName(),
  272               static_cast<void *>(this), m_arch.GetArchitectureName(),
  312           m_arch = m_objfile_sp->GetArchitecture();
  316           m_arch.MergeFrom(process_sp->GetTarget().GetArchitecture());
 1049 const ArchSpec &Module::GetArchitecture() const { return m_arch; }
 1065     if (m_arch.IsValid())
 1066       s->Printf("(%s) ", m_arch.GetArchitectureName());
 1240           m_arch.MergeFrom(m_objfile_sp->GetArchitecture());
 1532   if (!m_arch.IsValid()) {
 1533     m_arch = new_arch;
 1536   return m_arch.IsCompatibleMatch(new_arch);
 1576     if (!m_arch.IsCompatibleMatch(arch))
 1605            m_arch.GetTriple().getTriple().c_str(),
 1607   if (!m_arch.IsCompatibleMatch(arch_spec)) {
 1613   ArchSpec merged_arch(m_arch);
 1616   m_arch = ArchSpec();