Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h87 virtual void NotifyModuleAdded(const ModuleList &module_list,
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp219 m_notifier->NotifyModuleAdded(*this, module_sp); in AppendImpl()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1459 void NotifyModuleAdded(const ModuleList &module_list,
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1592 void Target::NotifyModuleAdded(const ModuleList &module_list, in NotifyModuleAdded() function in Target