Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DObjectFile.cpp285 bool ObjectFile::SetModulesArchitecture(const ArchSpec &new_arch) { in SetModulesArchitecture() argument
288 return module_sp->SetArchitecture(new_arch); in SetModulesArchitecture()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h723 bool SetModulesArchitecture(const ArchSpec &new_arch);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DModule.h1029 bool SetArchitecture(const ArchSpec &new_arch);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DModule.cpp1547 bool Module::SetArchitecture(const ArchSpec &new_arch) { in SetArchitecture() argument
1549 m_arch = new_arch; in SetArchitecture()
1552 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()