Searched refs:compatible_arch_ptr (Results 1 – 2 of 2) sorted by relevance
1084 …CompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatible_arch_ptr) in IsCompatibleArchitecture() argument1097 if (compatible_arch_ptr) in IsCompatibleArchitecture()1098 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()1109 if (compatible_arch_ptr) in IsCompatibleArchitecture()1110 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()1116 if (compatible_arch_ptr) in IsCompatibleArchitecture()1117 compatible_arch_ptr->Clear(); in IsCompatibleArchitecture()
380 ArchSpec *compatible_arch_ptr);