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.h395 void SetNeedsUpdate() { m_needs_update = true; } in SetNeedsUpdate()
407 m_entsize(entsize), m_needs_update(true) {} in SharedCacheImageHeaders()
416 bool m_needs_update; variable
H A DAppleObjCRuntimeV2.cpp1700 if (!m_needs_update) in UpdateIfNeeded()
1740 m_needs_update = false; in UpdateIfNeeded()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
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.cpp579 m_needs_update(true), m_can_activate(true), m_is_subwin(false) {} in Window()
586 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
596 m_needs_update(true), m_can_activate(true), m_is_subwin(false) { in Window()
698 m_needs_update = true; in CreateSubWindow()
720 m_needs_update = true; in RemoveSubWindow()
977 bool m_needs_update; member in lldb_private::curses::Window
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3433 m_needs_update = true; in SyncWithProcessState()
3470 m_needs_update = false; in SetUpdated()