Home
last modified time | relevance | path

Searched refs:RemoveSharedModuleIfOrphaned (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h482 static bool RemoveSharedModuleIfOrphaned(const Module *module_ptr);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp1036 bool ModuleList::RemoveSharedModuleIfOrphaned(const Module *module_ptr) { in RemoveSharedModuleIfOrphaned() function in ModuleList
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2377 ModuleList::RemoveSharedModuleIfOrphaned(old_module_ptr); in GetOrCreateModule()