Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h565 bool UpdateValueIfNeeded(bool update_format = true);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp113 bool ValueObject::UpdateValueIfNeeded(bool update_format) { in UpdateValueIfNeeded() argument
117 if (update_format) in UpdateValueIfNeeded()
129 if (update_format && !did_change_formats) in UpdateValueIfNeeded()