Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h547 static size_t RemoveOrphanSharedModules(bool mandatory);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp239 ModuleList::RemoveOrphanSharedModules(mandatory); in MemoryPressureDetected()
692 ModuleList::RemoveOrphanSharedModules(mandatory); in DeleteTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp770 size_t ModuleList::RemoveOrphanSharedModules(bool mandatory) { in RemoveOrphanSharedModules() function in ModuleList
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp676 ModuleList::RemoveOrphanSharedModules(mandatory); in DoExecute()