Searched refs:SBTypeFormat (Results 1 – 10 of 10) sorted by relevance
20 SBTypeFormat::SBTypeFormat() : m_opaque_sp() {} in SBTypeFormat() function in SBTypeFormat22 SBTypeFormat::SBTypeFormat(lldb::Format format, uint32_t options) in SBTypeFormat() function in SBTypeFormat26 SBTypeFormat::SBTypeFormat(const char *type, uint32_t options) in SBTypeFormat() function in SBTypeFormat30 SBTypeFormat::SBTypeFormat(const lldb::SBTypeFormat &rhs) in SBTypeFormat() function in SBTypeFormat33 SBTypeFormat::~SBTypeFormat() {} in ~SBTypeFormat()51 uint32_t SBTypeFormat::GetOptions() { in GetOptions()83 lldb::SBTypeFormat &SBTypeFormat::operator=(const lldb::SBTypeFormat &rhs) { in operator =()90 bool SBTypeFormat::operator==(lldb::SBTypeFormat &rhs) { in operator ==()96 bool SBTypeFormat::IsEqualTo(lldb::SBTypeFormat &rhs) { in IsEqualTo()106 bool SBTypeFormat::operator!=(lldb::SBTypeFormat &rhs) { in operator !=()[all …]
170 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType()172 return SBTypeFormat(); in GetFormatForType()175 return SBTypeFormat(); in GetFormatForType()187 return lldb::SBTypeFormat(); in GetFormatForType()189 return lldb::SBTypeFormat(format_sp); in GetFormatForType()260 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex()262 return SBTypeFormat(); in GetFormatAtIndex()263 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()292 SBTypeFormat format) { in AddTypeFormat()
1220 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType()1224 return SBTypeFormat(); in GetFormatForType()
604 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()605 lldb::SBTypeFormat format; in GetTypeFormat()
18 class LLDB_API SBTypeFormat {20 SBTypeFormat();22 SBTypeFormat(lldb::Format format,25 SBTypeFormat(const char *type,28 SBTypeFormat(const lldb::SBTypeFormat &rhs);30 ~SBTypeFormat();49 lldb::SBTypeFormat &operator=(const lldb::SBTypeFormat &rhs);51 bool IsEqualTo(lldb::SBTypeFormat &rhs);53 bool operator==(lldb::SBTypeFormat &rhs);55 bool operator!=(lldb::SBTypeFormat &rhs);[all …]
65 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);79 SBTypeFormat GetFormatAtIndex(uint32_t);89 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
89 class LLDB_API SBTypeFormat; variable
108 lldb::SBTypeFormat GetTypeFormat();
255 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
72 SRCS+= API/SBTypeFormat.cpp