Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h79 virtual void NotifyModuleRemoved(const ModuleList &module_list,
/external/llvm-project/lldb/source/Core/
DModuleList.cpp240 m_notifier->NotifyModuleRemoved(*this, module_sp); in RemoveImpl()
254 m_notifier->NotifyModuleRemoved(*this, module_sp); in RemoveImpl()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1350 void NotifyModuleRemoved(const ModuleList &module_list,
/external/llvm-project/lldb/source/Target/
DTarget.cpp1589 void Target::NotifyModuleRemoved(const ModuleList &module_list, in NotifyModuleRemoved() function in Target