Home
last modified time | relevance | path

Searched refs:GetCapping (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp178 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
190 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
206 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
229 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
249 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
271 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
293 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeSummary.cpp43 lldb::TypeSummaryCapping SBTypeSummaryOptions::GetCapping() { in GetCapping() function in SBTypeSummaryOptions
45 return m_opaque_ap->GetCapping(); in GetCapping()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeSummary.h31 lldb::TypeSummaryCapping GetCapping();
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp45 lldb::TypeSummaryCapping TypeSummaryOptions::GetCapping() const { in GetCapping() function in TypeSummaryOptions
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp565 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxWStringSummaryProvider()
637 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxStringSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h38 lldb::TypeSummaryCapping GetCapping() const;