Lines Matching defs:stream
116 StreamFile stream(out, false);
117 GetDescription(stream);
124 StreamFile stream(out.m_opaque_sp);
125 GetDescription(stream);
132 StreamFile stream(out_sp);
133 GetDescription(stream);
136 bool SBInstructionList::GetDescription(lldb::SBStream &stream) {
137 LLDB_INSTRUMENT_VA(this, stream);
138 return GetDescription(stream.ref());
146 // Call the ref() to make sure a stream is created if one deesn't exist