Home
last modified time | relevance | path

Searched refs:typeformat_impl_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp149 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() argument
150 m_opaque_sp = typeformat_impl_sp; in SetSP()
153 SBTypeFormat::SBTypeFormat(const lldb::TypeFormatImplSP &typeformat_impl_sp) in SBTypeFormat() argument
154 : m_opaque_sp(typeformat_impl_sp) {} in SBTypeFormat()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);