Searched refs:IsCompatibleArchitecture (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp39 if (platform_arch.IsValid() && !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch))
/external/lldb/source/Target/
H A DPlatform.cpp187 if (platform_sp && platform_sp->IsCompatibleArchitecture(arch, exact, platform_arch_ptr))
198 if (platform_sp && platform_sp->IsCompatibleArchitecture(arch, exact, platform_arch_ptr))
728 Platform::IsCompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatible_arch_ptr) function in class:Platform
H A DTargetList.cpp169 if (arch.IsValid() && !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch))
207 if (!platform_sp->IsCompatibleArchitecture(arch, false, NULL))
H A DProcess.cpp3185 if (target_arch.IsValid() && !platform_sp->IsCompatibleArchitecture (target_arch, false, NULL))
/external/lldb/include/lldb/Target/
H A DPlatform.h368 IsCompatibleArchitecture (const ArchSpec &arch,
/external/lldb/source/Core/
H A DArchSpec.cpp615 if (platform->IsCompatibleArchitecture (raw_arch, false, &compatible_arch))

Completed in 127 milliseconds