Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h104 virtual void ModuleUpdated(const ModuleList &module_list,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1251 void ModuleUpdated(const ModuleList &module_list,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp258 m_notifier->ModuleUpdated(*this, old_module_sp, new_module_sp); in ReplaceModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1628 void Target::ModuleUpdated(const ModuleList &module_list, in ModuleUpdated() function in Target