Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h90 virtual void NotifyModuleRemoved(const ModuleList &module_list,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp298 m_notifier->NotifyModuleRemoved(*this, module_sp); in RemoveImpl()
312 m_notifier->NotifyModuleRemoved(*this, module_sp); in RemoveImpl()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1473 void NotifyModuleRemoved(const ModuleList &module_list,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1620 void Target::NotifyModuleRemoved(const ModuleList &module_list, in NotifyModuleRemoved() function in Target