Searched refs:SBFormat (Results 1 – 13 of 13) sorted by relevance
19 SBFormat::SBFormat() : m_opaque_sp() {} in SBFormat() function in SBFormat21 SBFormat::SBFormat(const SBFormat &rhs) { in SBFormat() function in SBFormat25 SBFormat::~SBFormat() = default;27 SBFormat &SBFormat::operator=(const SBFormat &rhs) { in operator =()33 SBFormat::operator bool() const { return (bool)m_opaque_sp; } in operator bool()35 SBFormat::SBFormat(const char *format, lldb::SBError &error) { in SBFormat() function in SBFormat44 lldb::FormatEntrySP SBFormat::GetFormatEntrySP() const { return m_opaque_sp; } in GetFormatEntrySP()
1235 SBError SBThread::GetDescriptionWithFormat(const SBFormat &format, in GetDescriptionWithFormat()
951 SBError SBFrame::GetDescriptionWithFormat(const SBFormat &format, in GetDescriptionWithFormat()
28 class LLDB_API SBFormat {30 SBFormat();40 SBFormat(const char *format, lldb::SBError &error);42 SBFormat(const lldb::SBFormat &rhs);44 lldb::SBFormat &operator=(const lldb::SBFormat &rhs);46 ~SBFormat();
84 friend class SBFormat; variable
209 SBError GetDescriptionWithFormat(const SBFormat &format, SBStream &output);
77 class LLDB_API SBFormat; variable
216 SBError GetDescriptionWithFormat(const SBFormat &format, SBStream &output);
5 ) lldb::SBFormat;
36 #include "lldb/API/SBFormat.h"
117 %include "lldb/API/SBFormat.h"
60 SRCS+= API/SBFormat.cpp
29971 lldb::SBFormat *result = 0 ; in _wrap_new_SBFormat__SWIG_0()29974 result = (lldb::SBFormat *)new lldb::SBFormat(); in _wrap_new_SBFormat__SWIG_0()29990 lldb::SBFormat *result = 0 ; in _wrap_new_SBFormat__SWIG_1()30001 result = (lldb::SBFormat *)new lldb::SBFormat((char const *)arg1,*arg2); in _wrap_new_SBFormat__SWIG_1()30015 lldb::SBFormat *arg1 = 0 ; in _wrap_new_SBFormat__SWIG_2()30016 lldb::SBFormat *result = 0 ; in _wrap_new_SBFormat__SWIG_2()30025 result = (lldb::SBFormat *)new lldb::SBFormat((lldb::SBFormat const &)*arg1); in _wrap_new_SBFormat__SWIG_2()30090 lldb::SBFormat *arg1 = (lldb::SBFormat *) obj; in swig_delete_SBFormat()32045 lldb::SBFormat *arg2 = 0 ; in _wrap_SBFrame_GetDescriptionWithFormat()32068 result = (arg1)->GetDescriptionWithFormat((lldb::SBFormat const &)*arg2,*arg3); in _wrap_SBFrame_GetDescriptionWithFormat()[all …]