Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h473 static bool RemoveSharedModule(lldb::ModuleSP &module_sp);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp1032 bool ModuleList::RemoveSharedModule(lldb::ModuleSP &module_sp) { in RemoveSharedModule() function in ModuleList