Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h113 virtual void NotifyModuleUpdated(const ModuleList &module_list,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp344 m_notifier->NotifyModuleUpdated(*this, old_module_sp, new_module_sp); in ReplaceModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1519 void NotifyModuleUpdated(const ModuleList &module_list,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1674 void Target::NotifyModuleUpdated(const ModuleList &module_list, in NotifyModuleUpdated() function in Target