Searched refs:GetSummaryAsCString (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxAtomic.cpp | 75 if (atomic_value->GetSummaryAsCString(summary, options) && in LibCxxAtomicSummaryProvider()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 527 GetSummaryAsCString(lldb::LanguageType lang = lldb::eLanguageTypeUnknown); 530 GetSummaryAsCString(TypeSummaryImpl *summary_ptr, std::string &destination, 533 bool GetSummaryAsCString(std::string &destination, 536 bool GetSummaryAsCString(TypeSummaryImpl *summary_ptr,
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 155 str = valobj.GetSummaryAsCString(); in GetDescriptionForDisplay() 402 valobj.GetSummaryAsCString(entry, summary, in GetValueSummaryError() 406 valobj.GetSummaryAsCString(m_options.m_varformat_language); in GetValueSummaryError()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Watchpoint.cpp | 293 if (auto *old_summary_cstr = m_old_value_sp->GetSummaryAsCString()) in DumpSnapshots() 318 if (auto *new_summary_cstr = m_new_value_sp->GetSummaryAsCString()) in DumpSnapshots()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 572 bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, in GetSummaryAsCString() function in ValueObject 575 return GetSummaryAsCString(summary_ptr, destination, in GetSummaryAsCString() 579 bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, in GetSummaryAsCString() function in ValueObject 624 const char *ValueObject::GetSummaryAsCString(lldb::LanguageType lang) { in GetSummaryAsCString() function in ValueObject 628 GetSummaryAsCString(GetSummaryFormat().get(), m_summary_str, in GetSummaryAsCString() 636 bool ValueObject::GetSummaryAsCString(std::string &destination, in GetSummaryAsCString() function in ValueObject 638 return GetSummaryAsCString(GetSummaryFormat().get(), destination, options); in GetSummaryAsCString() 1477 str = GetSummaryAsCString(); in DumpPrintableRepresentation() 1518 str = GetSummaryAsCString(); in DumpPrintableRepresentation()
|
H A D | IOHandlerCursesGUI.cpp | 5777 const char *summary = valobj->GetSummaryAsCString(); in DisplayRowObject()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBValue.cpp | 425 return ConstString(value_sp->GetSummaryAsCString()).GetCString(); in GetSummary() 436 if (value_sp->GetSummaryAsCString(buffer, options.ref()) && !buffer.empty()) in GetSummary()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 1221 stream.Printf("%s", valobj_sp->GetSummaryAsCString()); in ObjCSELSummaryProvider()
|