Home
last modified time | relevance | path

Searched refs:NeedsUpdating (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h290 bool NeedsUpdating(bool accept_invalid_exe_ctx) { in NeedsUpdating() function
766 bool NeedsUpdating() { in NeedsUpdating() function
769 return m_update_point.NeedsUpdating(accept_invalid_exe_ctx); in NeedsUpdating()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp137 if (NeedsUpdating()) { in UpdateValueIfNeeded()