Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/
H A DTestDataFormatterLibcxxString.py88 summaryOptions.SetCapping(lldb.eTypeSummaryCapped)
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string_view/
H A DTestDataFormatterLibcxxStringView.py125 summaryOptions.SetCapping(lldb.eTypeSummaryCapped)
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h42 lldb::TypeSummaryCapping m_capping = lldb::eTypeSummaryCapped;
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeSummary.cpp59 return eTypeSummaryCapped; in GetCapping()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp833 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxWStringSummaryProvider()
916 if (summary_options.GetCapping() == TypeSummaryCapping::eTypeSummaryCapped) { in LibcxxStringSummaryProvider()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h1136 eTypeSummaryCapped = true, enumerator
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1382 .. py:data:: eTypeSummaryCapped