Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h463 static size_t RemoveOrphanSharedModules(bool mandatory);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp678 ModuleList::RemoveOrphanSharedModules(mandatory); in GarbageCollectAllocatedModules()
H A DSBDebugger.cpp310 ModuleList::RemoveOrphanSharedModules(mandatory); in MemoryPressureDetected()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp781 size_t ModuleList::RemoveOrphanSharedModules(bool mandatory) { in RemoveOrphanSharedModules() function in ModuleList
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp633 ModuleList::RemoveOrphanSharedModules(mandatory); in DoExecute()