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.cpp297 bool ObjectFile::SetModulesArchitecture(const ArchSpec &new_arch) { in SetModulesArchitecture() argument
300 return module_sp->SetArchitecture(new_arch); in SetModulesArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h781 bool SetModulesArchitecture(const ArchSpec &new_arch);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1489 bool Module::SetArchitecture(const ArchSpec &new_arch) { in SetArchitecture() argument
1491 m_arch = new_arch; in SetArchitecture()
1494 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);