Home
last modified time | relevance | path

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

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