Home
last modified time | relevance | path

Searched refs:DoesPrintValue (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeSummary.cpp99 !DoesPrintValue() ? " (hide value)" : "", in GetDescription()
135 !DoesPrintValue() ? " (hide value)" : "", in GetDescription()
202 !DoesPrintValue() ? " (hide value)" : "", in GetDescription()
HDValueObjectPrinter.cpp344 …if (!IsNil() && !m_value.empty() && (entry == NULL || (entry->DoesPrintValue() || options.m_format… in PrintValueAndSummaryIfNeeded()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeSummary.h235 DoesPrintValue () const in DoesPrintValue() function