Searched refs:compatible_arch_ptr (Results 1 – 2 of 2) sorted by relevance
728 …CompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatible_arch_ptr) in IsCompatibleArchitecture() argument741 if (compatible_arch_ptr) in IsCompatibleArchitecture()742 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()753 if (compatible_arch_ptr) in IsCompatibleArchitecture()754 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()760 if (compatible_arch_ptr) in IsCompatibleArchitecture()761 compatible_arch_ptr->Clear(); in IsCompatibleArchitecture()
370 ArchSpec *compatible_arch_ptr);