Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp156 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
168 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
184 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
207 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
233 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
255 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
277 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTypeSummary.i28 GetCapping ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeSummary.h32 lldb::TypeSummaryCapping GetCapping();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeSummary.cpp54 lldb::TypeSummaryCapping SBTypeSummaryOptions::GetCapping() { in GetCapping() function in SBTypeSummaryOptions
58 return m_opaque_up->GetCapping(); in GetCapping()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSummary.cpp33 lldb::TypeSummaryCapping TypeSummaryOptions::GetCapping() const { in GetCapping() function in TypeSummaryOptions
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h34 lldb::TypeSummaryCapping GetCapping() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp842 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxWStringSummaryProvider()
925 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxStringSummaryProvider()