Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h500 GetSummaryAsCString(TypeSummaryImpl *summary_ptr, std::string &destination,
506 bool GetSummaryAsCString(TypeSummaryImpl *summary_ptr,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp532 bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, in GetSummaryAsCString() argument
535 return GetSummaryAsCString(summary_ptr, destination, in GetSummaryAsCString()
539 bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, in GetSummaryAsCString() argument
573 if (UpdateValueIfNeeded(false) && summary_ptr) { in GetSummaryAsCString()
578 summary_ptr->FormatObject(this, destination, actual_options); in GetSummaryAsCString()