Searched refs:SBTypeFormat (Results 1 – 15 of 15) 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 …]
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()
473 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()476 lldb::SBTypeFormat format; in GetTypeFormat()
1622 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType()1628 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);
119 class LLDB_API SBTypeFormat; variable
114 lldb::SBTypeFormat GetTypeFormat();
403 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeFormat, lldb::eDescriptionLevelBrief)2 %extend lldb::SBTypeFormat {
3 ) lldb::SBTypeFormat;
73 #include "lldb/API/SBTypeFormat.h"
150 %include "lldb/API/SBTypeFormat.h"
68979 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat((lldb::SBTypeFormat const &)*arg1); in _wrap_new_SBTypeFormat__SWIG_5()69076 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_IsValid()69100 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_GetFormat()69124 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_GetTypeName()69148 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_GetOptions()69172 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_SetFormat()69198 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_SetTypeName()69224 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_SetOptions()69250 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_GetDescription()69284 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_IsEqualTo()[all …]
83 SRCS+= API/SBTypeFormat.cpp