Home
last modified time | relevance | path

Searched refs:GetFormatEntrySP (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFormat.h59 lldb::FormatEntrySP GetFormatEntrySP() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFormat.cpp44 lldb::FormatEntrySP SBFormat::GetFormatEntrySP() const { return m_opaque_sp; } in GetFormatEntrySP() function in SBFormat
H A DSBThread.cpp1250 strm, LLDB_INVALID_THREAD_ID, format.GetFormatEntrySP().get())) { in GetDescriptionWithFormat()
1258 format.GetFormatEntrySP()->string.c_str()); in GetDescriptionWithFormat()
H A DSBFrame.cpp973 frame->DumpUsingFormat(strm, format.GetFormatEntrySP().get())) { in GetDescriptionWithFormat()
981 format.GetFormatEntrySP()->string.c_str()); in GetDescriptionWithFormat()