Searched refs:IsExactMatch (Results 1 – 15 of 15) sorted by relevance
54 bool &IsExactMatch) const { in canConstructFrom()55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()140 bool IsExactMatch; in getTypedMatcher() local141 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()144 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()149 FoundIsExact = IsExactMatch; in getTypedMatcher()
379 IsExactMatch (const ArchSpec& rhs) const;
408 if (!GetArchitecture().IsExactMatch(match_module_spec.GetArchitecture())) in Matches()
99 bool &IsExactMatch) const;
230 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsExactMatch(curr_arch)) in GetObjectFile()
624 if (platform_arch.IsExactMatch(platform_arch64)) in GetSupportedArchitectureAtIndex()
739 if (arch.IsExactMatch(platform_arch)) in IsCompatibleArchitecture()
3200 if (process_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(process_arch)) in CompleteAttach()
152 if (module_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(module_arch)) in DoAttachToProcessWithID()
172 if (!fat_arch.IsExactMatch(*arch)) in UniversalMachOFileContainsArchAndUUID()
712 if (platform_arch.IsExactMatch(platform_arch64)) in x86GetSupportedArchitectureAtIndex()
2735 bool IsExactMatch = false; in LookupLiteralOperator() local2742 IsExactMatch = true; in LookupLiteralOperator()2746 IsExactMatch = false; in LookupLiteralOperator()2760 if (IsExactMatch) { in LookupLiteralOperator()
726 ArchSpec::IsExactMatch (const ArchSpec& rhs) const in IsExactMatch() function in ArchSpec
1400 return m_arch.IsExactMatch(new_arch); in SetArchitecture()
683 else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) in DoExecute()