Searched refs:SBTypeFormat (Results 1 – 14 of 14) sorted by relevance
1 //===-- SBTypeFormat.cpp --------------------------------------------------===//9 #include "lldb/API/SBTypeFormat.h"19 SBTypeFormat::SBTypeFormat() { LLDB_INSTRUMENT_VA(this); } in SBTypeFormat() function in SBTypeFormat 21 SBTypeFormat::SBTypeFormat(lldb::Format format, uint32_t options) in SBTypeFormat() function in SBTypeFormat 27 SBTypeFormat::SBTypeFormat(const char *type, uint32_t options) in SBTypeFormat() function in SBTypeFormat 33 SBTypeFormat::SBTypeFormat(cons function in SBTypeFormat 153 SBTypeFormat::SBTypeFormat(const lldb::TypeFormatImplSP &typeformat_impl_sp) SBTypeFormat() function in SBTypeFormat [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()
478 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()481 lldb::SBTypeFormat format; in GetTypeFormat()
1613 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType()1619 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);
125 class LLDB_API SBTypeFormat; variable
118 lldb::SBTypeFormat GetTypeFormat();
577 SBTypeFormat GetFormatForType(SBTypeNameSpecifier type_name_spec);
1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeFormat, lldb::eDescriptionLevelBrief)2 %extend lldb::SBTypeFormat {
3 ) lldb::SBTypeFormat;
163 %include "lldb/API/SBTypeFormat.h"
3650 SWIGINTERN std::string lldb_SBTypeFormat___repr__(lldb::SBTypeFormat *self){ in lldb_SBTypeFormat___repr__()23965 lldb::SBTypeFormat result; in _wrap_SBDebugger_GetFormatForType()23983 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBDebugger_GetFormatForType()71707 lldb::SBTypeFormat result; in _wrap_SBTypeCategory_GetFormatForType()71725 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBTypeCategory_GetFormatForType()71844 lldb::SBTypeFormat result; in _wrap_SBTypeCategory_GetFormatAtIndex()71857 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBTypeCategory_GetFormatAtIndex()71934 lldb::SBTypeFormat arg3 ; in _wrap_SBTypeCategory_AddTypeFormat()71936 lldb::SBTypeFormat *argp3 ; in _wrap_SBTypeCategory_AddTypeFormat()73404 lldb::SBTypeFormat *result = 0 ; in _wrap_new_SBTypeFormat__SWIG_0()[all …]
103 SRCS+= API/SBTypeFormat.cpp