Searched refs:new_arch (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/cr/cr/fixups/
H A Darch.py24 new_arch = self._ArchConvert(old_arch)
25 if new_arch != old_arch:
26 print '** Fixing architecture from {0} to {1}'.format(old_arch, new_arch)
27 config.OVERRIDES[cr.Arch.SELECTOR] = new_arch
/external/lldb/include/lldb/Core/
H A DModule.h1060 SetArchitecture (const ArchSpec &new_arch);
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h690 /// @param[in] new_arch
697 bool SetModulesArchitecture (const ArchSpec &new_arch);
/external/lldb/source/Symbol/
H A DObjectFile.cpp328 ObjectFile::SetModulesArchitecture (const ArchSpec &new_arch) argument
332 return module_sp->SetArchitecture (new_arch);
/external/lldb/source/Core/
H A DModule.cpp1393 Module::SetArchitecture (const ArchSpec &new_arch) argument
1397 m_arch = new_arch;
1400 return m_arch.IsExactMatch(new_arch);

Completed in 439 milliseconds