Home
last modified time | relevance | path

Searched refs:GetSummaryAsCString (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxAtomic.cpp75 if (atomic_value->GetSummaryAsCString(summary, options) && in LibCxxAtomicSummaryProvider()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h497 GetSummaryAsCString(lldb::LanguageType lang = lldb::eLanguageTypeUnknown);
500 GetSummaryAsCString(TypeSummaryImpl *summary_ptr, std::string &destination,
503 bool GetSummaryAsCString(std::string &destination,
506 bool GetSummaryAsCString(TypeSummaryImpl *summary_ptr,
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp160 str = m_valobj->GetSummaryAsCString(); in GetDescriptionForDisplay()
395 m_valobj->GetSummaryAsCString(entry, summary, in GetValueSummaryError()
399 m_valobj->GetSummaryAsCString(m_options.m_varformat_language); in GetValueSummaryError()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp532 bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, in GetSummaryAsCString() function in ValueObject
535 return GetSummaryAsCString(summary_ptr, destination, in GetSummaryAsCString()
539 bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr, in GetSummaryAsCString() function in ValueObject
584 const char *ValueObject::GetSummaryAsCString(lldb::LanguageType lang) { in GetSummaryAsCString() function in ValueObject
588 GetSummaryAsCString(GetSummaryFormat().get(), m_summary_str, in GetSummaryAsCString()
596 bool ValueObject::GetSummaryAsCString(std::string &destination, in GetSummaryAsCString() function in ValueObject
598 return GetSummaryAsCString(GetSummaryFormat().get(), destination, options); in GetSummaryAsCString()
1285 str = GetSummaryAsCString(); in DumpPrintableRepresentation()
1317 str = GetSummaryAsCString(); in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5777 const char *summary = valobj->GetSummaryAsCString(); in DisplayRowObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp289 if (auto *old_summary_cstr = m_old_value_sp->GetSummaryAsCString()) in DumpSnapshots()
312 if (auto *new_summary_cstr = m_new_value_sp->GetSummaryAsCString()) in DumpSnapshots()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp422 return ConstString(value_sp->GetSummaryAsCString()).GetCString(); in GetSummary()
433 if (value_sp->GetSummaryAsCString(buffer, options.ref()) && !buffer.empty()) in GetSummary()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1219 stream.Printf("%s", valobj_sp->GetSummaryAsCString()); in ObjCSELSummaryProvider()