Home
last modified time | relevance | path

Searched refs:MergeArchitecture (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h869 bool MergeArchitecture(const ArchSpec &arch_spec);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp218 GetTarget().MergeArchitecture(module->GetArchitecture()); in DoLoadCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1060 bool MergeArchitecture(const ArchSpec &arch_spec);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1578 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture() function in Module
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp786 GetTarget().MergeArchitecture(process_arch); in DoLaunch()
790 GetTarget().MergeArchitecture(host_arch); in DoLaunch()
4801 GetTarget().MergeArchitecture(arch_to_use); in GetGDBServerRegisterInfoXMLAndProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1627 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture() function in Target