LLVM 20.0.0git
|
A stream representing a list of abstract entries in a minidump stream. More...
#include "llvm/ObjectYAML/MinidumpYAML.h"
Public Types | |
using | entry_type = EntryT |
Public Types inherited from llvm::MinidumpYAML::Stream | |
enum class | StreamKind { Exception , MemoryInfoList , MemoryList , Memory64List , ModuleList , RawContent , SystemInfo , TextContent , ThreadList } |
Public Member Functions | |
ListStream (std::vector< entry_type > Entries={}) | |
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 | |
std::vector< entry_type > | Entries |
Public Attributes inherited from llvm::MinidumpYAML::Stream | |
const StreamKind | Kind |
const minidump::StreamType | Type |
A stream representing a list of abstract entries in a minidump stream.
Its instantiations can be used to represent the ModuleList stream and other streams with a similar structure.
Definition at line 62 of file MinidumpYAML.h.
using llvm::MinidumpYAML::detail::ListStream< EntryT >::entry_type = EntryT |
Definition at line 63 of file MinidumpYAML.h.
|
inlineexplicit |
Definition at line 67 of file MinidumpYAML.h.
|
inlinestatic |
Definition at line 70 of file MinidumpYAML.h.
References llvm::MinidumpYAML::Stream::Kind.
std::vector<entry_type> llvm::MinidumpYAML::detail::ListStream< EntryT >::Entries |
Definition at line 65 of file MinidumpYAML.h.
Referenced by layout().