Home
last modified time | relevance | path

Searched refs:UpdateValueIfNeeded (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp41 const bool success = UpdateValueIfNeeded(false); in GetCompilerTypeImpl()
52 const bool success = UpdateValueIfNeeded(false); in GetTypeName()
61 const bool success = UpdateValueIfNeeded(false); in GetTypeImpl()
69 const bool success = UpdateValueIfNeeded(false); in GetQualifiedTypeName()
78 const bool success = UpdateValueIfNeeded(false); in GetDisplayTypeName()
89 const bool success = UpdateValueIfNeeded(false); in CalculateNumChildren()
99 const bool success = UpdateValueIfNeeded(false); in GetByteSize()
115 if (!m_parent->UpdateValueIfNeeded(false)) { in UpdateValue()
285 if (!UpdateValueIfNeeded(false)) { in SetValueFromCString()
318 if (!UpdateValueIfNeeded(false)) { in SetData()
H A DValueObjectSyntheticFilter.cpp88 UpdateValueIfNeeded(); in CalculateNumChildren()
158 if (!m_parent->UpdateValueIfNeeded(false)) { in UpdateValue()
246 UpdateValueIfNeeded(); in GetChildAtIndex()
312 UpdateValueIfNeeded(); in GetChildMemberWithName()
323 UpdateValueIfNeeded(); in GetIndexOfChildWithName()
357 m_value = (source->UpdateValueIfNeeded(), source->GetValue()); in CopyValueData()
363 if (!UpdateValueIfNeeded()) in CanProvideValue()
H A DValueObject.cpp279 UpdateValueIfNeeded(false); in GetDataExtractor()
284 UpdateValueIfNeeded(false); in GetError()
333 if (UpdateValueIfNeeded( in ResolveValue()
379 UpdateValueIfNeeded(false); in GetChildAtIndex()
419 UpdateValueIfNeeded(false); in GetChildMemberWithName()
444 UpdateValueIfNeeded(); in GetNumChildren()
721 UpdateValueIfNeeded(false); in GetData()
953 if (!UpdateValueIfNeeded(true)) in GetObjectDescription()
991 if (UpdateValueIfNeeded(false)) in GetValueAsCString()
1866 UpdateValueIfNeeded(); in GetExpressionPath()
[all …]
H A DValueObjectCast.cpp65 if (m_parent->UpdateValueIfNeeded(false)) { in UpdateValue()
H A DValueObjectVariable.cpp359 if (!UpdateValueIfNeeded()) { in SetValueFromCString()
388 if (!UpdateValueIfNeeded()) { in SetData()
H A DValueObjectConstResultImpl.cpp52 m_impl_backend->UpdateValueIfNeeded(false); in CreateChildAtIndex()
H A DValueObjectChild.cpp106 if (parent->UpdateValueIfNeeded(false)) { in UpdateValue()
H A DValueObjectVTable.cpp163 if (UpdateValueIfNeeded(false)) in CalculateNumChildren()
H A DValueObjectRegister.cpp297 if (UpdateValueIfNeeded( in ResolveValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h103 return (UpdateValueIfNeeded(), m_provides_value == eLazyBoolYes); in DoesProvideSyntheticValue()
H A DValueObject.h535 bool UpdateValueIfNeeded(bool update_format = true);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h163 if (!m_parent->UpdateValueIfNeeded()) return false; in UpdateValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp407 if (value_sp->UpdateValueIfNeeded(false)) in GetValueDidChange()
480 if (value_sp->UpdateValueIfNeeded(true)) { in GetTypeFormat()
496 if (value_sp->UpdateValueIfNeeded(true)) { in GetTypeSummary()
512 if (value_sp->UpdateValueIfNeeded(true)) { in GetTypeFilter()
532 if (value_sp->UpdateValueIfNeeded(true)) { in GetTypeSynthetic()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp113 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue()