Home
last modified time | relevance | path

Searched refs:SBTypeFormat (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp19 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(const lldb::SBTypeFormat &rhs) in SBTypeFormat() function in SBTypeFormat
38 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 …]
H A DSBTypeCategory.cpp195 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()
H A DSBValue.cpp473 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()
476 lldb::SBTypeFormat format; in GetTypeFormat()
H A DSBDebugger.cpp1622 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType()
1628 return SBTypeFormat(); in GetFormatForType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h17 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 …]
H A DSBTypeCategory.h62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
70 SBTypeFormat GetFormatAtIndex(uint32_t);
76 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
H A DSBDefines.h119 class LLDB_API SBTypeFormat; variable
H A DSBValue.h114 lldb::SBTypeFormat GetTypeFormat();
H A DSBDebugger.h403 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFormatExtensions.i1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeFormat, lldb::eDescriptionLevelBrief)
2 %extend lldb::SBTypeFormat {
H A DSBTypeFormatDocstrings.i3 ) lldb::SBTypeFormat;
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig73 #include "lldb/API/SBTypeFormat.h"
H A Dinterfaces.swig150 %include "lldb/API/SBTypeFormat.h"
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68979 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 …]
H A DMakefile83 SRCS+= API/SBTypeFormat.cpp