Searched refs:SBTypeFormat (Results 1 – 15 of 15) 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()
476 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()479 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);
123 class LLDB_API SBTypeFormat; variable
118 lldb::SBTypeFormat GetTypeFormat();
419 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeFormat, lldb::eDescriptionLevelBrief)2 %extend lldb::SBTypeFormat {
3 ) lldb::SBTypeFormat;
78 #include "lldb/API/SBTypeFormat.h"
159 %include "lldb/API/SBTypeFormat.h"
3716 SWIGINTERN std::string lldb_SBTypeFormat___repr__(lldb::SBTypeFormat *self){ in lldb_SBTypeFormat___repr__()23602 lldb::SBTypeFormat result; in _wrap_SBDebugger_GetFormatForType()23620 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBDebugger_GetFormatForType()70399 lldb::SBTypeFormat result; in _wrap_SBTypeCategory_GetFormatForType()70417 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBTypeCategory_GetFormatForType()70536 lldb::SBTypeFormat result; in _wrap_SBTypeCategory_GetFormatAtIndex()70549 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBTypeCategory_GetFormatAtIndex()70626 lldb::SBTypeFormat arg3 ; in _wrap_SBTypeCategory_AddTypeFormat()70628 lldb::SBTypeFormat *argp3 ; in _wrap_SBTypeCategory_AddTypeFormat()72096 lldb::SBTypeFormat *result = 0 ; in _wrap_new_SBTypeFormat__SWIG_0()[all …]
102 SRCS+= API/SBTypeFormat.cpp