Searched refs:RawContentStream (Results 1 – 3 of 3) sorted by relevance
109 return std::make_unique<RawContentStream>(Type); in create()290 static void streamMapping(yaml::IO &IO, RawContentStream &Stream) { in streamMapping()295 static std::string streamValidate(RawContentStream &Stream) { in streamValidate()423 streamMapping(IO, llvm::cast<RawContentStream>(*S)); in mapping()441 return streamValidate(cast<RawContentStream>(*S)); in validate()518 return std::make_unique<RawContentStream>(StreamDesc.Type, in create()
197 RawContentStream &Raw = cast<RawContentStream>(S); in layout()
148 struct RawContentStream : public Stream { struct152 RawContentStream(minidump::StreamType Type, ArrayRef<uint8_t> Content = {}) argument