Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h553 bool UpdateFormatsIfNeeded();
718 UpdateFormatsIfNeeded(); in GetSummaryFormat()
733 UpdateFormatsIfNeeded(); in GetValueFormat()
745 UpdateFormatsIfNeeded(); in GetSyntheticChildren()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp116 did_change_formats = UpdateFormatsIfNeeded(); in UpdateValueIfNeeded()
202 bool ValueObject::UpdateFormatsIfNeeded() { in UpdateFormatsIfNeeded() function in ValueObject
1806 if (!UpdateFormatsIfNeeded() && m_synthetic_value) in CalculateSyntheticValue()
1855 UpdateFormatsIfNeeded(); in HasSyntheticValue()