Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
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()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h551 bool UpdateValueIfNeeded(bool update_format = true);