Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp438 (entry->DoesPrintValue(m_valobj) || in PrintValueAndSummaryIfNeeded()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h121 bool DoesPrintValue(lldb::SBValue value);
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h218 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70841 result = (bool)(arg1)->DoesPrintValue(arg2); in _wrap_SBTypeSummary_DoesPrintValue()