Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h94 virtual void NotifyWillClearList(const ModuleList &module_list) = 0;
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp394 m_notifier->NotifyWillClearList(*this); in ClearImpl()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1469 void NotifyWillClearList(const ModuleList &module_list) override;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1590 void Target::NotifyWillClearList(const ModuleList &module_list) {} in NotifyWillClearList() function in Target