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()247 if (match_module_spec.GetArchitecturePtr()) { in Matches()250 match_module_spec.GetArchitecture())) in Matches()254 match_module_spec.GetArchitecture())) in Matches()339 match_module_spec = spec; in FindMatchingModuleSpec()349 match_module_spec = spec; in FindMatchingModuleSpec()[all …]