Searched refs:RawContentStream (Results 1 – 3 of 3) sorted by relevance
112 return std::make_unique<RawContentStream>(Type); in create()299 static void streamMapping(yaml::IO &IO, RawContentStream &Stream) { in streamMapping()304 static std::string streamValidate(RawContentStream &Stream) { in streamValidate()454 streamMapping(IO, llvm::cast<RawContentStream>(*S)); in mapping()472 return streamValidate(cast<RawContentStream>(*S)); in validate()563 return std::make_unique<RawContentStream>(StreamDesc.Type, in create()
224 RawContentStream &Raw = cast<RawContentStream>(S); in layout()
167 struct RawContentStream : public Stream { struct171 RawContentStream(minidump::StreamType Type, ArrayRef<uint8_t> Content = {}) argument