Home
last modified time | relevance | path

Searched refs:SBTypeSummaryOptions (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeSummary.cpp21 SBTypeSummaryOptions::SBTypeSummaryOptions() { in SBTypeSummaryOptions() function in SBTypeSummaryOptions
27 SBTypeSummaryOptions::SBTypeSummaryOptions( in SBTypeSummaryOptions() function in SBTypeSummaryOptions
28 const lldb::SBTypeSummaryOptions &rhs) { in SBTypeSummaryOptions()
34 SBTypeSummaryOptions::~SBTypeSummaryOptions() = default;
36 bool SBTypeSummaryOptions::IsValid() { in IsValid()
40 SBTypeSummaryOptions::operator bool() const { in operator bool()
46 lldb::LanguageType SBTypeSummaryOptions::GetLanguage() { in GetLanguage()
54 lldb::TypeSummaryCapping SBTypeSummaryOptions::GetCapping() { in GetCapping()
62 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage()
97 SBTypeSummaryOptions::SBTypeSummaryOptions( in SBTypeSummaryOptions() function in SBTypeSummaryOptions
[all …]
H A DSBValue.cpp434 lldb::SBTypeSummaryOptions &options) { in GetSummary()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeSummary.h16 class LLDB_API SBTypeSummaryOptions {
18 SBTypeSummaryOptions();
20 SBTypeSummaryOptions(const lldb::SBTypeSummaryOptions &rhs);
22 SBTypeSummaryOptions(const lldb_private::TypeSummaryOptions &lldb_object);
24 ~SBTypeSummaryOptions();
60 typedef bool (*FormatCallback)(SBValue, SBTypeSummaryOptions, SBStream &);
H A DSBDefines.h100 class LLDB_API SBTypeSummaryOptions; variable
H A DSBValue.h74 lldb::SBTypeSummaryOptions &options);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeSummary.i10 class SBTypeSummaryOptions
13 SBTypeSummaryOptions();
15 SBTypeSummaryOptions (const lldb::SBTypeSummaryOptions &rhs);
17 ~SBTypeSummaryOptions ();
H A DSBValue.i127 lldb::SBTypeSummaryOptions& options);
/llvm-project-15.0.7/lldb/test/API/commands/expression/formatters/
H A Dformatters.py22 if not isinstance(options, lldb.SBTypeSummaryOptions):
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/
H A DTestDataFormatterLibcxxString.py81 summaryOptions = lldb.SBTypeSummaryOptions()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string_view/
H A DTestDataFormatterLibcxxStringView.py118 summaryOptions = lldb.SBTypeSummaryOptions()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-swigsafecast.swig101 return ToSWIGHelper(new lldb::SBTypeSummaryOptions(summary_options),
/llvm-project-15.0.7/lldb/docs/
H A D.htaccess96 …ect 301 /python_reference/lldb.SBTypeSummaryOptions-class.html https://lldb.llvm.org/python_api/ll…
/llvm-project-15.0.7/lldb/docs/use/
H A Dvariable.rst775 third argument, which is an object of type ``lldb.SBTypeSummaryOptions``,