Searched refs:SBTypeSummaryOptions (Results 1 – 10 of 10) sorted by relevance
21 SBTypeSummaryOptions::SBTypeSummaryOptions() { in SBTypeSummaryOptions() function in SBTypeSummaryOptions27 SBTypeSummaryOptions::SBTypeSummaryOptions( in SBTypeSummaryOptions() function in SBTypeSummaryOptions28 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()69 void SBTypeSummaryOptions::SetCapping(lldb::TypeSummaryCapping c) { in SetCapping()[all …]
434 lldb::SBTypeSummaryOptions &options) { in GetSummary()
16 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 &);
101 class LLDB_API SBTypeSummaryOptions; variable
74 lldb::SBTypeSummaryOptions &options);
10 class SBTypeSummaryOptions13 SBTypeSummaryOptions();15 SBTypeSummaryOptions (const lldb::SBTypeSummaryOptions &rhs);17 ~SBTypeSummaryOptions ();
127 lldb::SBTypeSummaryOptions& options);
87 return ToSWIGHelper(new lldb::SBTypeSummaryOptions(summary_options),
96 …ect 301 /python_reference/lldb.SBTypeSummaryOptions-class.html https://lldb.llvm.org/python_api/ll…
775 third argument, which is an object of type ``lldb.SBTypeSummaryOptions``,