Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h186 struct TextContentStream : public Stream { struct
189 TextContentStream(minidump::StreamType Type, StringRef Text = {}) argument
190 : Stream(StreamKind::TextContent, Type), Text(Text) {} in Stream()
192 static bool classof(const Stream *S) { in classof()