Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeSummary.cpp109 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
137 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
186 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
DValueObjectPrinter.cpp421 (entry->DoesPrintValue(m_valobj) || in PrintValueAndSummaryIfNeeded()
/external/llvm-project/lldb/source/API/
DSBTypeSummary.cpp329 bool SBTypeSummary::DoesPrintValue(lldb::SBValue value) { in DoesPrintValue() function in SBTypeSummary
330 LLDB_RECORD_METHOD(bool, SBTypeSummary, DoesPrintValue, (lldb::SBValue), in DoesPrintValue()
336 return m_opaque_sp->DoesPrintValue(value_sp.get()); in DoesPrintValue()
523 LLDB_REGISTER_METHOD(bool, SBTypeSummary, DoesPrintValue, (lldb::SBValue)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBTypeSummary.h111 bool DoesPrintValue(lldb::SBValue value);
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSummary.h218 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function