LLVM 20.0.0git
|
A minidump stream represented as a sequence of hex bytes. More...
#include "llvm/ObjectYAML/MinidumpYAML.h"
Public Member Functions | |
RawContentStream (minidump::StreamType Type, ArrayRef< uint8_t > Content={}) | |
Public Member Functions inherited from llvm::MinidumpYAML::Stream | |
Stream (StreamKind Kind, minidump::StreamType Type) | |
virtual | ~Stream () |
Static Public Member Functions | |
static bool | classof (const Stream *S) |
Static Public Member Functions inherited from llvm::MinidumpYAML::Stream | |
static StreamKind | getKind (minidump::StreamType Type) |
Get the stream Kind used for representing streams of a given Type. | |
static std::unique_ptr< Stream > | create (minidump::StreamType Type) |
Create an empty stream of the given Type. | |
static Expected< std::unique_ptr< Stream > > | create (const minidump::Directory &StreamDesc, const object::MinidumpFile &File) |
Create a stream from the given stream directory entry. | |
Public Attributes | |
yaml::BinaryRef | Content |
yaml::Hex32 | Size |
Public Attributes inherited from llvm::MinidumpYAML::Stream | |
const StreamKind | Kind |
const minidump::StreamType | Type |
Additional Inherited Members | |
Public Types inherited from llvm::MinidumpYAML::Stream | |
enum class | StreamKind { Exception , MemoryInfoList , MemoryList , Memory64List , ModuleList , RawContent , SystemInfo , TextContent , ThreadList } |
A minidump stream represented as a sequence of hex bytes.
This is used as a fallback when no other stream kind is suitable.
Definition at line 167 of file MinidumpYAML.h.
|
inline |
Definition at line 171 of file MinidumpYAML.h.
Definition at line 175 of file MinidumpYAML.h.
References llvm::MinidumpYAML::Stream::Kind, and llvm::MinidumpYAML::Stream::RawContent.
yaml::BinaryRef llvm::MinidumpYAML::RawContentStream::Content |
Definition at line 168 of file MinidumpYAML.h.
yaml::Hex32 llvm::MinidumpYAML::RawContentStream::Size |
Definition at line 169 of file MinidumpYAML.h.
Referenced by layout().