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

/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

Completed in 661 milliseconds