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.h148 struct RawContentStream : public Stream { struct
152 RawContentStream(minidump::StreamType Type, ArrayRef<uint8_t> Content = {}) argument
153 : Stream(StreamKind::RawContent, Type), Content(Content), in Stream()
156 static bool classof(const Stream *S) { in classof()