struct RawContentStream

Declaration

struct RawContentStream : public Stream { /* full declaration omitted */ };

Description

A minidump stream represented as a sequence of hex bytes. This is used as a fallback when no other stream kind is suitable.

Declared at: llvm/include/llvm/ObjectYAML/MinidumpYAML.h:148

Inherits from: Stream

Member Variables

public yaml::BinaryRef Content
public yaml::Hex32 Size

Inherited from Stream:

public Kind
public Type

Method Overview

  • public RawContentStream(minidump::StreamType Type, ArrayRef<uint8_t> Content = {})
  • public static bool classof(const llvm::MinidumpYAML::Stream * S)

Inherited from Stream:

Methods

RawContentStream(minidump::StreamType Type,
                 ArrayRef<uint8_t> Content = {})

Declared at: llvm/include/llvm/ObjectYAML/MinidumpYAML.h:152

Parameters

minidump::StreamType Type
ArrayRef<uint8_t> Content = {}

static bool classof(
    const llvm::MinidumpYAML::Stream* S)

Declared at: llvm/include/llvm/ObjectYAML/MinidumpYAML.h:156

Parameters

const llvm::MinidumpYAML::Stream* S