Home
last modified time | relevance | path

Searched refs:new_arch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp288 bool ObjectFile::SetModulesArchitecture(const ArchSpec &new_arch) { in SetModulesArchitecture() argument
291 return module_sp->SetArchitecture(new_arch); in SetModulesArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h780 bool SetModulesArchitecture(const ArchSpec &new_arch);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1492 bool Module::SetArchitecture(const ArchSpec &new_arch) { in SetArchitecture() argument
1494 m_arch = new_arch; in SetArchitecture()
1497 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1067 bool SetArchitecture(const ArchSpec &new_arch);