Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp175 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
187 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
203 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
226 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
246 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
268 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
290 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp56 lldb::TypeSummaryCapping SBTypeSummaryOptions::GetCapping() { in GetCapping() function in SBTypeSummaryOptions
58 GetCapping); in GetCapping()
61 return m_opaque_up->GetCapping(); in GetCapping()
489 GetCapping, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeSummary.i28 GetCapping ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h32 lldb::TypeSummaryCapping GetCapping();
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp33 lldb::TypeSummaryCapping TypeSummaryOptions::GetCapping() const { in GetCapping() function in TypeSummaryOptions
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp665 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxWStringSummaryProvider()
738 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxStringSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h34 lldb::TypeSummaryCapping GetCapping() const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63393 result = (lldb::TypeSummaryCapping)(arg1)->GetCapping(); in _wrap_SBTypeSummaryOptions_GetCapping()