Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp111 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
139 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
188 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
H A DValueObjectPrinter.cpp446 (entry->DoesPrintValue(&valobj) || in PrintValueAndSummaryIfNeeded()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h121 bool DoesPrintValue(lldb::SBValue value);
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h218 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp74071 result = (bool)(arg1)->DoesPrintValue(arg2); in _wrap_SBTypeSummary_DoesPrintValue()