Home | History | Annotate | Download | only in Target

Lines Matching refs:arch_spec

1069 Target::SetArchitecture (const ArchSpec &arch_spec)
1072 if (m_arch.IsCompatibleMatch(arch_spec) || !m_arch.IsValid())
1078 m_arch = arch_spec;
1080 log->Printf ("Target::SetArchitecture setting architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1087 log->Printf ("Target::SetArchitecture changing architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1088 m_arch = arch_spec;
1099 log->Printf("Target::SetArchitecture Trying to select executable file architecture %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1100 ModuleSpec module_spec (executable_sp->GetFileSpec(), arch_spec);