Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp128 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
161 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
224 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
302 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
H A DValueObjectPrinter.cpp446 (entry->DoesPrintValue(&valobj) || in PrintValueAndSummaryIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp313 bool SBTypeSummary::DoesPrintValue(lldb::SBValue value) { in DoesPrintValue() function in SBTypeSummary
319 return m_opaque_sp->DoesPrintValue(value_sp.get()); in DoesPrintValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h125 bool DoesPrintValue(lldb::SBValue value);
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h222 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp75429 result = (bool)(arg1)->DoesPrintValue(SWIG_STD_MOVE(arg2)); in _wrap_SBTypeSummary_DoesPrintValue()