Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSummary.cpp108 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
136 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
185 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
H A DValueObjectPrinter.cpp421 (entry->DoesPrintValue(m_valobj) || in PrintValueAndSummaryIfNeeded()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeSummary.h109 bool DoesPrintValue(lldb::SBValue value);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeSummary.cpp297 bool SBTypeSummary::DoesPrintValue(lldb::SBValue value) { in DoesPrintValue() function in SBTypeSummary
303 return m_opaque_sp->DoesPrintValue(value_sp.get()); in DoesPrintValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h218 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function