LLVM
15.0.0git
|
A StringRef, which is printed using YAML block notation. More...
#include "llvm/ObjectYAML/MinidumpYAML.h"
Public Member Functions | |
TextContentStream (minidump::StreamType Type, StringRef Text={}) | |
![]() | |
Stream (StreamKind Kind, minidump::StreamType Type) | |
virtual | ~Stream () |
Static Public Member Functions | |
static bool | classof (const Stream *S) |
![]() | |
static StreamKind | getKind (minidump::StreamType Type) |
Get the stream Kind used for representing streams of a given Type. More... | |
static std::unique_ptr< Stream > | create (minidump::StreamType Type) |
Create an empty stream of the given Type. More... | |
static Expected< std::unique_ptr< Stream > > | create (const minidump::Directory &StreamDesc, const object::MinidumpFile &File) |
Create a stream from the given stream directory entry. More... | |
Public Attributes | |
BlockStringRef | Text |
![]() | |
const StreamKind | Kind |
const minidump::StreamType | Type |
Additional Inherited Members | |
![]() | |
enum | StreamKind { StreamKind::Exception, StreamKind::MemoryInfoList, StreamKind::MemoryList, StreamKind::ModuleList, StreamKind::RawContent, StreamKind::SystemInfo, StreamKind::TextContent, StreamKind::ThreadList } |
A StringRef, which is printed using YAML block notation.
A minidump stream containing textual data (typically, the contents of a /proc/<pid> file on linux).
Definition at line 186 of file MinidumpYAML.h.
|
inline |
Definition at line 189 of file MinidumpYAML.h.
Definition at line 192 of file MinidumpYAML.h.
References S.
BlockStringRef llvm::MinidumpYAML::TextContentStream::Text |
Definition at line 187 of file MinidumpYAML.h.