Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp150 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
162 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
178 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
201 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
227 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
249 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
271 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h37 lldb::TypeSummaryCapping GetCapping();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp54 lldb::TypeSummaryCapping SBTypeSummaryOptions::GetCapping() { in GetCapping() function in SBTypeSummaryOptions
58 return m_opaque_up->GetCapping(); in GetCapping()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp33 lldb::TypeSummaryCapping TypeSummaryOptions::GetCapping() const { in GetCapping() function in TypeSummaryOptions
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h34 lldb::TypeSummaryCapping GetCapping() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp849 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxWStringSummaryProvider()
932 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxStringSummaryProvider()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70084 result = (lldb::TypeSummaryCapping)(arg1)->GetCapping(); in _wrap_SBTypeSummaryOptions_GetCapping()