Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h459 static size_t RemoveOrphanSharedModules(bool mandatory);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp672 ModuleList::RemoveOrphanSharedModules(mandatory); in GarbageCollectAllocatedModules()
H A DSBDebugger.cpp322 ModuleList::RemoveOrphanSharedModules(mandatory); in MemoryPressureDetected()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp779 size_t ModuleList::RemoveOrphanSharedModules(bool mandatory) { in RemoveOrphanSharedModules() function in ModuleList
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp666 ModuleList::RemoveOrphanSharedModules(mandatory); in DoExecute()