LLVM: llvm::MinidumpYAML::TextContentStream Struct Reference (original) (raw)

A StringRef, which is printed using YAML block notation. More...

#include "[llvm/ObjectYAML/MinidumpYAML.h](MinidumpYAML%5F8h%5Fsource.html)"

Inheritance diagram for llvm::MinidumpYAML::TextContentStream:

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.

Detailed Description

A StringRef, which is printed using YAML block notation.

A minidump stream containing textual data (typically, the contents of a /proc/ file on linux).

Definition at line 205 of file MinidumpYAML.h.

Constructor & Destructor Documentation

Member Function Documentation

classof()

bool llvm::MinidumpYAML::TextContentStream::classof ( const Stream * S) inlinestatic

Member Data Documentation

Text

BlockStringRef llvm::MinidumpYAML::TextContentStream::Text


The documentation for this struct was generated from the following file: