Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFormat.cpp19 SBFormat::SBFormat() : m_opaque_sp() {} in SBFormat() function in SBFormat
21 SBFormat::SBFormat(const SBFormat &rhs) { in SBFormat() function in SBFormat
25 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 SBFormat
44 lldb::FormatEntrySP SBFormat::GetFormatEntrySP() const { return m_opaque_sp; } in GetFormatEntrySP()
H A DSBThread.cpp1250 SBError SBThread::GetDescriptionWithFormat(const SBFormat &format, in GetDescriptionWithFormat()
H A DSBFrame.cpp952 SBError SBFrame::GetDescriptionWithFormat(const SBFormat &format, in GetDescriptionWithFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h89 friend class SBFormat; variable
H A DSBFrame.h218 SBError GetDescriptionWithFormat(const SBFormat &format, SBStream &output);
H A DSBThread.h216 SBError GetDescriptionWithFormat(const SBFormat &format, SBStream &output);
H A DSBDefines.h77 class LLDB_API SBFormat; variable
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig119 %include "lldb/API/SBFormat.h"
/freebsd/lib/clang/liblldb/
H A DMakefile59 SRCS+= API/SBFormat.cpp
H A DLLDBWrapLua.cpp30391 lldb::SBFormat *result = 0 ; in _wrap_new_SBFormat__SWIG_0()
30394 result = (lldb::SBFormat *)new lldb::SBFormat(); in _wrap_new_SBFormat__SWIG_0()
30410 lldb::SBFormat *result = 0 ; in _wrap_new_SBFormat__SWIG_1()
30421 result = (lldb::SBFormat *)new lldb::SBFormat((char const *)arg1,*arg2); in _wrap_new_SBFormat__SWIG_1()
30435 lldb::SBFormat *arg1 = 0 ; in _wrap_new_SBFormat__SWIG_2()
30436 lldb::SBFormat *result = 0 ; in _wrap_new_SBFormat__SWIG_2()
30445 result = (lldb::SBFormat *)new lldb::SBFormat((lldb::SBFormat const &)*arg1); in _wrap_new_SBFormat__SWIG_2()
30510 lldb::SBFormat *arg1 = (lldb::SBFormat *) obj; in swig_delete_SBFormat()
32516 lldb::SBFormat *arg2 = 0 ; in _wrap_SBFrame_GetDescriptionWithFormat()
32539 result = (arg1)->GetDescriptionWithFormat((lldb::SBFormat const &)*arg2,*arg3); in _wrap_SBFrame_GetDescriptionWithFormat()
[all …]