Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h89 bool PrintValueAndSummaryIfNeeded(bool &value_printed, bool &summary_printed);
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DValueObjectPrinter.cpp88 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject()
389 bool ValueObjectPrinter::PrintValueAndSummaryIfNeeded(bool &value_printed, in PrintValueAndSummaryIfNeeded() function in ValueObjectPrinter