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()44 SBTypeFormat::operator bool() const { in operator bool()50 lldb::Format SBTypeFormat::GetFormat() { in GetFormat()58 const char *SBTypeFormat::GetTypeName() { in GetTypeName()68 uint32_t SBTypeFormat::GetOptions() { in GetOptions()[all …]
195 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType()199 return SBTypeFormat(); in GetFormatForType()202 return SBTypeFormat(); in GetFormatForType()208 return lldb::SBTypeFormat(); in GetFormatForType()210 return lldb::SBTypeFormat(format_sp); in GetFormatForType()269 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex()273 return SBTypeFormat(); in GetFormatAtIndex()274 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()303 SBTypeFormat format) { in AddTypeFormat()
80 SBTypeFormat.cpp
483 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()486 lldb::SBTypeFormat format; in GetTypeFormat()
1608 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType()1614 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);
97 class LLDB_API SBTypeFormat; variable
107 lldb::SBTypeFormat GetTypeFormat();
357 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);
494 lldb::SBTypeFormat
174 lldb::SBTypeFormat
70 SBTypeFormat.cpp \
102 "SBTypeFormat.cpp",
74 %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…
3644 lldb/include/lldb/API/SBTypeFormat.h3921 lldb/source/API/SBTypeFormat.cpp