Home
last modified time | relevance | path

Searched refs:RemoveOrphanSharedModules (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h460 static size_t RemoveOrphanSharedModules(bool mandatory);
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp676 ModuleList::RemoveOrphanSharedModules(mandatory); in GarbageCollectAllocatedModules()
H A DSBDebugger.cpp299 ModuleList::RemoveOrphanSharedModules(mandatory); in MemoryPressureDetected()
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp772 size_t ModuleList::RemoveOrphanSharedModules(bool mandatory) { in RemoveOrphanSharedModules() function in ModuleList
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp633 ModuleList::RemoveOrphanSharedModules(mandatory); in DoExecute()