Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp89 if (ShouldPrintValueObject()) { in PrintValueObject()
173 bool ValueObjectPrinter::ShouldPrintValueObject() { in ShouldPrintValueObject() function in ValueObjectPrinter
375 if (!ShouldPrintValueObject()) in GetValueSummaryError()
409 if (ShouldPrintValueObject()) { in PrintValueAndSummaryIfNeeded()
465 if (ShouldPrintValueObject()) { in PrintObjectDescriptionIfNeeded()
575 if (ShouldPrintValueObject()) in PrintChildrenPreamble()
578 if (ShouldPrintValueObject()) { in PrintChildrenPreamble()
724 if (ShouldPrintValueObject()) in PrintChildren()
733 if (ShouldPrintValueObject()) { in PrintChildren()
743 if (ShouldPrintValueObject()) in PrintChildren()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h62 bool ShouldPrintValueObject();