Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp100 ValueObject &ValueObjectPrinter::GetMostSpecializedValue() { in GetMostSpecializedValue() function in ValueObjectPrinter
148 ValueObject &valobj = GetMostSpecializedValue(); in GetDescriptionForDisplay()
168 ? GetMostSpecializedValue().GetName().AsCString() in GetRootNameForDisplay()
185 GetMostSpecializedValue().IsNilReference() ? eLazyBoolYes : eLazyBoolNo; in IsNil()
191 m_is_uninit = GetMostSpecializedValue().IsUninitializedReference() in IsUninitialized()
218 ValueObject &valobj = GetMostSpecializedValue(); in IsInstancePointer()
231 m_stream->Printf("%s: ", GetMostSpecializedValue().GetLocationAsCString()); in PrintLocationIfNeeded()
251 ValueObject &valobj = GetMostSpecializedValue(); in PrintDecl()
335 return GetMostSpecializedValue().IsInScope(); in CheckScopeIfNeeded()
343 : GetMostSpecializedValue().GetSummaryFormat().get(); in GetSummaryFormatter()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h74 ValueObject &GetMostSpecializedValue();