Searched refs:DoesPrintValue (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/DataFormatters/ |
D | TypeSummary.cpp | 109 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription() 137 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription() 186 !DoesPrintValue(nullptr) ? " (hide value)" : "", in GetDescription()
|
D | ValueObjectPrinter.cpp | 421 (entry->DoesPrintValue(m_valobj) || in PrintValueAndSummaryIfNeeded()
|
/external/llvm-project/lldb/source/API/ |
D | SBTypeSummary.cpp | 329 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/ |
D | SBTypeSummary.h | 111 bool DoesPrintValue(lldb::SBValue value);
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | TypeSummary.h | 218 virtual bool DoesPrintValue(ValueObject *valobj) const { in DoesPrintValue() function
|