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()
588 if (ShouldPrintValueObject()) in PrintChildrenPreamble()
591 if (ShouldPrintValueObject()) { in PrintChildrenPreamble()
753 if (ShouldPrintValueObject()) in PrintChildren()
762 if (ShouldPrintValueObject()) { in PrintChildren()
772 if (ShouldPrintValueObject()) in PrintChildren()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h82 bool ShouldPrintValueObject();