Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h102 virtual void ModuleRemoved(const ModuleList &module_list,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp230 m_notifier->ModuleRemoved(*this, module_sp); in RemoveImpl()
244 m_notifier->ModuleRemoved(*this, module_sp); in RemoveImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1248 void ModuleRemoved(const ModuleList &module_list,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1618 void Target::ModuleRemoved(const ModuleList &module_list, in ModuleRemoved() function in Target