Home
last modified time | relevance | path

Searched defs:RawContentStream (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h167 struct RawContentStream : public Stream { struct
171 RawContentStream(minidump::StreamType Type, ArrayRef<uint8_t> Content = {}) argument
172 : Stream(StreamKind::RawContent, Type), Content(Content), in Stream()
175 static bool classof(const Stream *S) { in classof()