Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h530 GetSummaryAsCString(TypeSummaryImpl *summary_ptr, std::string &destination,
536 bool GetSummaryAsCString(TypeSummaryImpl *summary_ptr,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp572 bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, in GetSummaryAsCString() argument
575 return GetSummaryAsCString(summary_ptr, destination, in GetSummaryAsCString()
579 bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, in GetSummaryAsCString() argument
613 if (UpdateValueIfNeeded(false) && summary_ptr) { in GetSummaryAsCString()
618 summary_ptr->FormatObject(this, destination, actual_options); in GetSummaryAsCString()