Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDObjectFile.cpp307 bool ObjectFile::SetModulesArchitecture(const ArchSpec &new_arch) { in SetModulesArchitecture() argument
310 return module_sp->SetArchitecture(new_arch); in SetModulesArchitecture()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h681 bool SetModulesArchitecture(const ArchSpec &new_arch);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h1025 bool SetArchitecture(const ArchSpec &new_arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp1531 bool Module::SetArchitecture(const ArchSpec &new_arch) { in SetArchitecture() argument
1533 m_arch = new_arch; in SetArchitecture()
1536 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()