Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp20 SBTypeFormat::SBTypeFormat() : m_opaque_sp() {} in SBTypeFormat() function in SBTypeFormat
22 SBTypeFormat::SBTypeFormat(lldb::Format format, uint32_t options) in SBTypeFormat() function in SBTypeFormat
26 SBTypeFormat::SBTypeFormat(const char *type, uint32_t options) in SBTypeFormat() function in SBTypeFormat
30 SBTypeFormat::SBTypeFormat(const lldb::SBTypeFormat &rhs) in SBTypeFormat() function in SBTypeFormat
33 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 …]
H A DSBTypeCategory.cpp170 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()
H A DSBDebugger.cpp1220 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType()
1224 return SBTypeFormat(); in GetFormatForType()
H A DSBValue.cpp604 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()
605 lldb::SBTypeFormat format; in GetTypeFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h18 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 …]
H A DSBTypeCategory.h65 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
79 SBTypeFormat GetFormatAtIndex(uint32_t);
89 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
H A DSBDefines.h89 class LLDB_API SBTypeFormat; variable
H A DSBValue.h108 lldb::SBTypeFormat GetTypeFormat();
H A DSBDebugger.h255 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile72 SRCS+= API/SBTypeFormat.cpp