Searched refs:IsCompatibleMatch (Results 1 - 13 of 13) sorted by relevance

/external/lldb/include/lldb/Core/
H A DArchSpec.h389 IsCompatibleMatch (const ArchSpec& rhs) const;
H A DModuleSpec.h413 if (!GetArchitecture().IsCompatibleMatch(match_module_spec.GetArchitecture()))
/external/lldb/source/Target/
H A DTargetList.cpp107 if (!platform_arch.IsCompatibleMatch(matching_module_spec.GetArchitecture()))
379 if (!exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()))
H A DPlatform.cpp751 if (arch.IsCompatibleMatch(platform_arch))
H A DTarget.cpp1072 if (m_arch.IsCompatibleMatch(arch_spec) || !m_arch.IsValid())
H A DProcess.cpp893 !m_match_info.GetArchitecture().IsCompatibleMatch(proc_info.GetArchitecture()))
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp239 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsCompatibleMatch(curr_arch))
/external/lldb/source/Host/macosx/
H A DSymbols.cpp86 if (!file_arch.IsCompatibleMatch(*arch))
784 if (module_spec.GetArchitecture().IsCompatibleMatch(curr_module_spec.GetArchitecture()))
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp194 if (arch.IsValid() && pos->second->GetArchitecture().IsCompatibleMatch(arch) == false)
/external/lldb/source/Core/
H A DArchSpec.cpp732 ArchSpec::IsCompatibleMatch (const ArchSpec& rhs) const function in class:ArchSpec
H A DModule.cpp1462 if (!m_arch.IsCompatibleMatch(arch))
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp438 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(kernel_arch))
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp729 if (module_arch.IsValid() && !module_arch.IsCompatibleMatch(mach_arch))

Completed in 3406 milliseconds