Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h567 bool UpdateFormatsIfNeeded();
789 UpdateFormatsIfNeeded(); in GetSummaryFormat()
808 UpdateFormatsIfNeeded(); in GetValueFormat()
820 UpdateFormatsIfNeeded(); in GetSyntheticChildren()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp118 did_change_formats = UpdateFormatsIfNeeded(); in UpdateValueIfNeeded()
204 bool ValueObject::UpdateFormatsIfNeeded() { in UpdateFormatsIfNeeded() function in ValueObject
1975 if (!UpdateFormatsIfNeeded() && m_synthetic_value) in CalculateSyntheticValue()
2024 UpdateFormatsIfNeeded(); in HasSyntheticValue()