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()252 if (match_module_spec.GetArchitecturePtr()) { in Matches()255 match_module_spec.GetArchitecture())) in Matches()259 match_module_spec.GetArchitecture())) in Matches()344 match_module_spec = spec; in FindMatchingModuleSpec()354 match_module_spec = spec; in FindMatchingModuleSpec()[all …]