Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSummary.h37 lldb::TypeSummaryCapping GetCapping();
/src/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()
/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp33 lldb::TypeSummaryCapping TypeSummaryOptions::GetCapping() const { in GetCapping() function in TypeSummaryOptions
/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h34 lldb::TypeSummaryCapping GetCapping() const;
/src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp515 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxWStringSummaryProvider()
598 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxStringSummaryProvider()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp73314 result = (lldb::TypeSummaryCapping)(arg1)->GetCapping(); in _wrap_SBTypeSummaryOptions_GetCapping()