Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h77 virtual void NotifyModuleAdded(const ModuleList &module_list,
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1347 void NotifyModuleAdded(const ModuleList &module_list,
/external/llvm-project/lldb/source/Core/
DModuleList.cpp166 m_notifier->NotifyModuleAdded(*this, module_sp); in AppendImpl()
/external/llvm-project/lldb/source/Target/
DTarget.cpp1579 void Target::NotifyModuleAdded(const ModuleList &module_list, in NotifyModuleAdded() function in Target