Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp155 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
167 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
183 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
206 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
232 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
254 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
276 options.SetIgnoreMaxLength(summary_options.GetCapping() == in NSStringSummaryProvider()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h37 lldb::TypeSummaryCapping GetCapping();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp226 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in StringBufferSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp31 lldb::TypeSummaryCapping TypeSummaryOptions::GetCapping() const { in GetCapping() function in TypeSummaryOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h38 lldb::TypeSummaryCapping GetCapping() const;
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp74622 result = (lldb::TypeSummaryCapping)(arg1)->GetCapping(); in _wrap_SBTypeSummaryOptions_GetCapping()