Home
last modified time | relevance | path

Searched refs:RemoveOrphans (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h430 size_t RemoveOrphans(bool mandatory);
/src/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp365 size_t ModuleList::RemoveOrphans(bool mandatory) { in RemoveOrphans() function in ModuleList
785 return GetSharedModuleList().RemoveOrphans(mandatory); in RemoveOrphanSharedModules()