Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp78 if (ShouldPrintValueObject()) { in PrintValueObject()
166 bool ValueObjectPrinter::ShouldPrintValueObject() { in ShouldPrintValueObject() function in ValueObjectPrinter
370 if (ShouldPrintValueObject()) { in GetValueSummaryError()
393 if (ShouldPrintValueObject()) { in PrintValueAndSummaryIfNeeded()
442 if (ShouldPrintValueObject()) { in PrintObjectDescriptionIfNeeded()
549 if (ShouldPrintValueObject()) in PrintChildrenPreamble()
552 if (ShouldPrintValueObject()) in PrintChildrenPreamble()
686 if (ShouldPrintValueObject()) in PrintChildren()
695 if (ShouldPrintValueObject()) { in PrintChildren()
705 if (ShouldPrintValueObject()) in PrintChildren()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h64 bool ShouldPrintValueObject();