Home
last modified time | relevance | path

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

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