Searched refs:SBTypeFormat (Results 1 – 20 of 20) sorted by relevance
19 SBTypeFormat::SBTypeFormat() { LLDB_INSTRUMENT_VA(this); } in SBTypeFormat() function in SBTypeFormat21 SBTypeFormat::SBTypeFormat(lldb::Format format, uint32_t options) in SBTypeFormat() function in SBTypeFormat27 SBTypeFormat::SBTypeFormat(const char *type, uint32_t options) in SBTypeFormat() function in SBTypeFormat33 SBTypeFormat::SBTypeFormat(const lldb::SBTypeFormat &rhs) in SBTypeFormat() function in SBTypeFormat38 SBTypeFormat::~SBTypeFormat() = default;40 bool SBTypeFormat::IsValid() const { in IsValid()110 lldb::SBTypeFormat &SBTypeFormat::operator=(const lldb::SBTypeFormat &rhs) { in operator =()119 bool SBTypeFormat::operator==(lldb::SBTypeFormat &rhs) { in operator ==()127 bool SBTypeFormat::IsEqualTo(lldb::SBTypeFormat &rhs) { in IsEqualTo()139 bool SBTypeFormat::operator!=(lldb::SBTypeFormat &rhs) { in operator !=()[all …]
205 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType()209 return SBTypeFormat(); in GetFormatForType()212 return SBTypeFormat(); in GetFormatForType()224 return lldb::SBTypeFormat(); in GetFormatForType()226 return lldb::SBTypeFormat(format_sp); in GetFormatForType()297 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex()301 return SBTypeFormat(); in GetFormatAtIndex()302 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()331 SBTypeFormat format) { in AddTypeFormat()
79 SBTypeFormat.cpp
483 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()486 lldb::SBTypeFormat format; in GetTypeFormat()
1572 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType()1578 return SBTypeFormat(); in GetFormatForType()
17 class LLDB_API SBTypeFormat {19 SBTypeFormat();21 SBTypeFormat(lldb::Format format,24 SBTypeFormat(const char *type,27 SBTypeFormat(const lldb::SBTypeFormat &rhs);29 ~SBTypeFormat();50 lldb::SBTypeFormat &operator=(const lldb::SBTypeFormat &rhs);52 bool IsEqualTo(lldb::SBTypeFormat &rhs);54 bool operator==(lldb::SBTypeFormat &rhs);56 bool operator!=(lldb::SBTypeFormat &rhs);[all …]
62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);70 SBTypeFormat GetFormatAtIndex(uint32_t);76 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
96 class LLDB_API SBTypeFormat; variable
107 lldb::SBTypeFormat GetTypeFormat();
340 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
12 "Represents a format that can be associated to one or more types.") SBTypeFormat;14 class SBTypeFormat18 SBTypeFormat();20 SBTypeFormat (lldb::Format format, uint32_t options = 0);22 SBTypeFormat (const char* type, uint32_t options = 0);24 SBTypeFormat (const lldb::SBTypeFormat &rhs);26 ~SBTypeFormat ();34 IsEqualTo (lldb::SBTypeFormat &rhs);59 operator == (lldb::SBTypeFormat &rhs);62 operator != (lldb::SBTypeFormat &rhs);[all …]
78 lldb::SBTypeFormat90 lldb::SBTypeFormat101 lldb::SBTypeFormat);
492 lldb::SBTypeFormat
174 lldb::SBTypeFormat
54 format = lldb.SBTypeFormat(lldb.eFormatHex)352 lldb.SBTypeFormat()),373 lldb.SBTypeFormat(
101 "SBTypeFormat.cpp",
73 %include "./interface/SBTypeFormat.i"
69 #include "lldb/API/SBTypeFormat.h"
90 Redirect 301 /python_reference/lldb.SBTypeFormat-class.html https://lldb.llvm.org/python_api/lldb.S…
3649 lldb/include/lldb/API/SBTypeFormat.h3926 lldb/source/API/SBTypeFormat.cpp