Searched refs:match_module_spec (Results 1 – 1 of 1) sorted by relevance
231 bool Matches(const ModuleSpec &match_module_spec, in Matches() argument233 if (match_module_spec.GetUUIDPtr() && in Matches()234 match_module_spec.GetUUID() != GetUUID()) in Matches()236 if (match_module_spec.GetObjectName() && in Matches()237 match_module_spec.GetObjectName() != GetObjectName()) in Matches()239 if (!FileSpec::Match(match_module_spec.GetFileSpec(), GetFileSpec())) in Matches()242 !FileSpec::Match(match_module_spec.GetPlatformFileSpec(), in Matches()248 !FileSpec::Match(match_module_spec.GetSymbolFileSpec(), in Matches()252 if (match_module_spec.GetArchitecturePtr()) { in Matches()255 match_module_spec.GetArchitecture())) in Matches()[all …]