Home
last modified time | relevance | path

Searched refs:notifier (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/.github/workflows/
H A Dllvm-bugs.yml1 name: LLVM Bugs notifier
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h112 ModuleList(ModuleList::Notifier *notifier);
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp197 ModuleList::ModuleList(ModuleList::Notifier *notifier) in ModuleList() argument
198 : m_modules(), m_modules_mutex(), m_notifier(notifier) {} in ModuleList()