Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp114 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() argument
115 m_opaque_sp = typeformat_impl_sp; in SetSP()
118 SBTypeFormat::SBTypeFormat(const lldb::TypeFormatImplSP &typeformat_impl_sp) in SBTypeFormat() argument
119 : m_opaque_sp(typeformat_impl_sp) {} in SBTypeFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h64 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);