Searched refs:DoesPrintValue (Results 1 – 5 of 5) sorted by relevance
108 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()136 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()185 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
421 (entry->DoesPrintValue(m_valobj) || in PrintValueAndSummaryIfNeeded()
109 bool DoesPrintValue(lldb::SBValue value);
297 bool SBTypeSummary::DoesPrintValue(lldb::SBValue value) { in DoesPrintValue() function in SBTypeSummary303 return m_opaque_sp->DoesPrintValue(value_sp.get()); in DoesPrintValue()
218 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function