Home
last modified time | relevance | path

Searched refs:ModuleRemoved (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DModuleList.h38 ModuleRemoved (const ModuleList& module_list, const lldb::ModuleSP& module_sp) = 0;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DModuleList.cpp174 m_notifier->ModuleRemoved(*this, module_sp); in RemoveImpl()
188 m_notifier->ModuleRemoved(*this, module_sp); in RemoveImpl()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DTarget.h754 ModuleRemoved (const ModuleList& module_list, const lldb::ModuleSP& module_sp);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp1152 Target::ModuleRemoved (const ModuleList& module_list, const ModuleSP &module_sp) in ModuleRemoved() function in Target