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.h874 bool MergeArchitecture(const ArchSpec &arch_spec);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp233 GetTarget().MergeArchitecture(module->GetArchitecture()); in DoLoadCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1092 bool MergeArchitecture(const ArchSpec &arch_spec);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1569 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.cpp796 GetTarget().MergeArchitecture(process_arch); in DoLaunch()
800 GetTarget().MergeArchitecture(host_arch); in DoLaunch()
4936 GetTarget().MergeArchitecture(arch_to_use); in GetGDBServerRegisterInfoXMLAndProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1783 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture() function in Target