Searched refs:match_module_spec (Results 1 – 1 of 1) sorted by relevance
226 bool Matches(const ModuleSpec &match_module_spec, in Matches() argument228 if (match_module_spec.GetUUIDPtr() && in Matches()229 match_module_spec.GetUUID() != GetUUID()) in Matches()231 if (match_module_spec.GetObjectName() && in Matches()232 match_module_spec.GetObjectName() != GetObjectName()) in Matches()234 if (!FileSpec::Match(match_module_spec.GetFileSpec(), GetFileSpec())) in Matches()237 !FileSpec::Match(match_module_spec.GetPlatformFileSpec(), in Matches()243 !FileSpec::Match(match_module_spec.GetSymbolFileSpec(), in Matches()247 if (match_module_spec.GetArchitecturePtr()) { in Matches()250 match_module_spec.GetArchitecture())) in Matches()[all …]