Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStream.h79 Stream(const Stream &other) : m_forwarder(*this) { (*this) = other; } in Stream()
402 return m_forwarder; in AsRawOstream()
456 RawOstreamForward m_forwarder; variable
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDStream.cpp30 m_forwarder(*this, colors) {} in Stream()
34 m_forwarder(*this, colors) {} in Stream()
51 return llvm::encodeSLEB128(sval, m_forwarder); in PutSLEB128()
59 return llvm::encodeULEB128(uval, m_forwarder); in PutULEB128()