Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h84 virtual void NotifyWillClearList(const ModuleList &module_list) = 0;
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1357 void NotifyWillClearList(const ModuleList &module_list) override;
/external/llvm-project/lldb/source/Core/
DModuleList.cpp342 m_notifier->NotifyWillClearList(*this); in ClearImpl()
/external/llvm-project/lldb/source/Target/
DTarget.cpp1577 void Target::NotifyWillClearList(const ModuleList &module_list) {} in NotifyWillClearList() function in Target