Home
last modified time | relevance | path

Searched refs:m_needs_update (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h392 void SetNeedsUpdate() { m_needs_update = true; } in SetNeedsUpdate()
404 m_entsize(entsize), m_needs_update(true) {} in SharedCacheImageHeaders()
413 bool m_needs_update; variable
H A DAppleObjCRuntimeV2.cpp1684 if (!m_needs_update) in UpdateIfNeeded()
1724 m_needs_update = false; in UpdateIfNeeded()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h286 void SetNeedsUpdate() { m_needs_update = true; } in SetNeedsUpdate()
292 return m_needs_update; in NeedsUpdating()
312 m_needs_update = false; in SetInvalid()
321 bool m_needs_update = true; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp578 m_needs_update(true), m_can_activate(true), m_is_subwin(false) {} in Window()
585 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
595 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
697 m_needs_update = true; in CreateSubWindow()
719 m_needs_update = true; in RemoveSubWindow()
976 bool m_needs_update; member in curses::Window
H A DValueObject.cpp3463 m_needs_update = true; in SyncWithProcessState()
3500 m_needs_update = false; in SetUpdated()