Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp80 if (ShouldPrintValueObject()) { in PrintValueObject()
173 bool ValueObjectPrinter::ShouldPrintValueObject() { in ShouldPrintValueObject() function in ValueObjectPrinter
382 if (!ShouldPrintValueObject()) in GetValueSummaryError()
416 if (ShouldPrintValueObject()) { in PrintValueAndSummaryIfNeeded()
474 if (ShouldPrintValueObject()) { in PrintObjectDescriptionIfNeeded()
582 if (ShouldPrintValueObject()) in PrintChildrenPreamble()
585 if (ShouldPrintValueObject()) { in PrintChildrenPreamble()
747 if (ShouldPrintValueObject()) in PrintChildren()
756 if (ShouldPrintValueObject()) { in PrintChildren()
766 if (ShouldPrintValueObject()) in PrintChildren()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h82 bool ShouldPrintValueObject();