Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h89 virtual void NotifyModuleRemoved(const ModuleList &module_list,
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp292 m_notifier->NotifyModuleRemoved(*this, module_sp); in RemoveImpl()
306 m_notifier->NotifyModuleRemoved(*this, module_sp); in RemoveImpl()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1462 void NotifyModuleRemoved(const ModuleList &module_list,
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1602 void Target::NotifyModuleRemoved(const ModuleList &module_list, in NotifyModuleRemoved() function in Target