Searched refs:module_ptr (Results 1 – 2 of 2) sorted by relevance
324 lldb::ModuleSP FindModule(const Module *module_ptr) const;411 bool RemoveIfOrphaned(const Module *module_ptr);448 static bool ModuleIsInCache(const Module *module_ptr);465 static bool RemoveSharedModuleIfOrphaned(const Module *module_ptr);
330 bool ModuleList::RemoveIfOrphaned(const Module *module_ptr) { in RemoveIfOrphaned() argument331 if (module_ptr) { in RemoveIfOrphaned()335 if (pos->get() == module_ptr) { in RemoveIfOrphaned()534 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule()543 if ((*pos).get() == module_ptr) { in FindModule()764 bool ModuleList::ModuleIsInCache(const Module *module_ptr) { in ModuleIsInCache() argument765 if (module_ptr) { in ModuleIsInCache()767 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()1033 bool ModuleList::RemoveSharedModuleIfOrphaned(const Module *module_ptr) { in RemoveSharedModuleIfOrphaned() argument1034 return GetSharedModuleList().RemoveIfOrphaned(module_ptr); in RemoveSharedModuleIfOrphaned()