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/ValueObject/
H A DValueObject.h565 bool UpdateValueIfNeeded(bool update_format = true);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp111 bool ValueObject::UpdateValueIfNeeded(bool update_format) { in UpdateValueIfNeeded() argument
115 if (update_format) in UpdateValueIfNeeded()
127 if (update_format && !did_change_formats) in UpdateValueIfNeeded()