Searched refs:notifier (Results 1 – 3 of 3) sorted by relevance
1 name: LLVM Bugs notifier
112 ModuleList(ModuleList::Notifier *notifier);
197 ModuleList::ModuleList(ModuleList::Notifier *notifier) in ModuleList() argument198 : m_modules(), m_modules_mutex(), m_notifier(notifier) {} in ModuleList()