Searched defs:RawContentStream (Results 1 – 1 of 1) sorted by relevance
148 struct RawContentStream : public Stream { struct152 RawContentStream(minidump::StreamType Type, ArrayRef<uint8_t> Content = {}) argument153 : Stream(StreamKind::RawContent, Type), Content(Content), in Stream()156 static bool classof(const Stream *S) { in classof()