Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h449 static size_t RemoveOrphanSharedModules(bool mandatory);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp697 ModuleList::RemoveOrphanSharedModules(mandatory); in GarbageCollectAllocatedModules()
H A DSBDebugger.cpp287 ModuleList::RemoveOrphanSharedModules(mandatory); in MemoryPressureDetected()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp741 size_t ModuleList::RemoveOrphanSharedModules(bool mandatory) { in RemoveOrphanSharedModules() function in ModuleList
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp620 ModuleList::RemoveOrphanSharedModules(mandatory); in DoExecute()