Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h568 bool UpdateValueIfNeeded(bool update_format = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp143 bool ValueObject::UpdateValueIfNeeded(bool update_format) { in UpdateValueIfNeeded() argument
147 if (update_format) in UpdateValueIfNeeded()
159 if (update_format && !did_change_formats) in UpdateValueIfNeeded()