Searched refs:exact_arch_match (Results 1 – 3 of 3) sorted by relevance
378 Matches (const ModuleSpec &match_module_spec, bool exact_arch_match) const in Matches() argument406 if (exact_arch_match) in Matches()520 bool exact_arch_match = true; in FindMatchingModuleSpec() local523 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpec()533 exact_arch_match = false; in FindMatchingModuleSpec()536 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpec()551 bool exact_arch_match = true; in FindMatchingModuleSpecs() local555 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()562 exact_arch_match = false; in FindMatchingModuleSpecs()565 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()
728 Platform::IsCompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatib… in IsCompatibleArchitecture() argument735 if (exact_arch_match) in IsCompatibleArchitecture()
369 bool exact_arch_match,