Searched refs:module_ref (Results 1 – 2 of 2) sorted by relevance
1562 bool Module::MatchesModuleSpec(const ModuleSpec &module_ref) { in MatchesModuleSpec() argument1563 const UUID &uuid = module_ref.GetUUID(); in MatchesModuleSpec()1570 const FileSpec &file_spec = module_ref.GetFileSpec(); in MatchesModuleSpec()1575 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec()1579 const ArchSpec &arch = module_ref.GetArchitecture(); in MatchesModuleSpec()1585 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec()
159 bool MatchesModuleSpec(const ModuleSpec &module_ref);