Searched refs:StringSummaryFormat (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 1008 TypeSummaryImplSP(new StringSummaryFormat( in LoadLibCxxFormatters() 1012 TypeSummaryImplSP(new StringSummaryFormat( in LoadLibCxxFormatters() 1016 TypeSummaryImplSP(new StringSummaryFormat( in LoadLibCxxFormatters() 1020 TypeSummaryImplSP(new StringSummaryFormat( in LoadLibCxxFormatters() 1024 TypeSummaryImplSP(new StringSummaryFormat(eTypeOptionHideChildren | in LoadLibCxxFormatters() 1029 TypeSummaryImplSP(new StringSummaryFormat( in LoadLibCxxFormatters() 1034 TypeSummaryImplSP(new StringSummaryFormat(eTypeOptionHideChildren | in LoadLibCxxFormatters() 1039 TypeSummaryImplSP(new StringSummaryFormat(eTypeOptionHideChildren | in LoadLibCxxFormatters() 1044 TypeSummaryImplSP(new StringSummaryFormat(eTypeOptionHideChildren | in LoadLibCxxFormatters() 1049 TypeSummaryImplSP(new StringSummaryFormat(eTypeOptionHideChildren | in LoadLibCxxFormatters() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeSummary.cpp | 113 TypeSummaryImplSP(new StringSummaryFormat(options, data))); in CreateWithSummaryString() 227 } else if (StringSummaryFormat *string_summary_ptr = in GetData() 228 llvm::dyn_cast<StringSummaryFormat>(m_opaque_sp.get())) in GetData() 254 if (!llvm::isa<StringSummaryFormat>(m_opaque_sp.get())) in SetSummaryString() 256 if (StringSummaryFormat *string_summary_ptr = in SetSummaryString() 257 llvm::dyn_cast<StringSummaryFormat>(m_opaque_sp.get())) in SetSummaryString() 399 } else if (StringSummaryFormat *current_summary_ptr = in CopyOnWrite_Impl() 400 llvm::dyn_cast<StringSummaryFormat>(m_opaque_sp.get())) { in CopyOnWrite_Impl() 401 new_sp = TypeSummaryImplSP(new StringSummaryFormat( in CopyOnWrite_Impl() 421 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOption in ChangeSummaryType() [all...] |
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 278 struct StringSummaryFormat : public TypeSummaryImpl { struct 283 StringSummaryFormat(const TypeSummaryImpl::Flags &flags, const char *f); argument 285 ~StringSummaryFormat() override = default; 301 StringSummaryFormat(const StringSummaryFormat &) = delete; argument 302 const StringSummaryFormat &operator=(const StringSummaryFormat &) = delete; argument
|
| H A D | ValueObjectPrinter.h | 168 friend struct StringSummaryFormat;
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 51 StringSummaryFormat::StringSummaryFormat(const TypeSummaryImpl::Flags &flags, in StringSummaryFormat() function in StringSummaryFormat 57 void StringSummaryFormat::SetSummaryString(const char *format_cstr) { in SetSummaryString() 68 bool StringSummaryFormat::FormatObject(ValueObject *valobj, std::string &retval, in FormatObject() 103 std::string StringSummaryFormat::GetDescription() { in GetDescription()
|
| H A D | FormattersHelpers.cpp | 45 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, string)); in AddStringSummary() 56 lldb::TypeSummaryImplSP summary_sp(new StringSummaryFormat(flags, "")); in AddOneLineSummary()
|
| H A D | FormatManager.cpp | 731 new StringSummaryFormat(string_flags, "${var%s}")); in LoadSystemFormatters() 734 new StringSummaryFormat(string_array_flags, "${var%char[]}")); in LoadSystemFormatters() 746 new StringSummaryFormat(TypeSummaryImpl::Flags() in LoadSystemFormatters()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 306 struct StringSummaryFormat; 429 typedef std::shared_ptr<lldb_private::StringSummaryFormat>
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 505 summary_format_sp = std::make_shared<StringSummaryFormat>( in DoExecute()
|
| H A D | CommandObjectType.cpp | 1374 std::unique_ptr<StringSummaryFormat> string_format( in Execute_StringSummary() 1375 new StringSummaryFormat(m_options.m_flags, format_cstr)); in Execute_StringSummary()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 2479 static StringSummaryFormat format(TypeSummaryImpl::Flags() in PrettyPrintFunctionArguments()
|