Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h109 virtual void NotifyModuleAdded(const ModuleList &module_list,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp243 m_notifier->NotifyModuleAdded(*this, module_sp); in AppendImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1513 void NotifyModuleAdded(const ModuleList &module_list,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1654 void Target::NotifyModuleAdded(const ModuleList &module_list, in NotifyModuleAdded() function in Target