Searched refs:RemoveIfOrphaned (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h399 bool RemoveIfOrphaned(const Module *module_ptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp242 bool ModuleList::RemoveIfOrphaned(const Module *module_ptr) { function in class:ModuleList
963 return GetSharedModuleList().RemoveIfOrphaned(module_ptr);

Completed in 120 milliseconds