Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
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()