Home
last modified time | relevance | path

Searched refs:RemoveSharedModule (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h542 static bool RemoveSharedModule(lldb::ModuleSP &module_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp1017 bool ModuleList::RemoveSharedModule(lldb::ModuleSP &module_sp) { in RemoveSharedModule() function in ModuleList