Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h116 virtual void NotifyWillClearList(const ModuleList &module_list) = 0;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp418 m_notifier->NotifyWillClearList(*this); in ClearImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1523 void NotifyWillClearList(const ModuleList &module_list) override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1652 void Target::NotifyWillClearList(const ModuleList &module_list) {} in NotifyWillClearList() function in Target