Searched refs:m_forwarder (Results 1 – 2 of 2) sorted by relevance
79 Stream(const Stream &other) : m_forwarder(*this) { (*this) = other; } in Stream()402 return m_forwarder; in AsRawOstream()456 RawOstreamForward m_forwarder; variable
30 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()