Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h111 virtual void NotifyModuleRemoved(const ModuleList &module_list,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp316 m_notifier->NotifyModuleRemoved(*this, module_sp); in RemoveImpl()
330 m_notifier->NotifyModuleRemoved(*this, module_sp); in RemoveImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1516 void NotifyModuleRemoved(const ModuleList &module_list,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1664 void Target::NotifyModuleRemoved(const ModuleList &module_list, in NotifyModuleRemoved() function in Target