LLVM 19.0.0git
Public Attributes | List of all members
llvm::minidump::Directory Struct Reference

Specifies the location and type of a single stream in the minidump file. More...

#include "llvm/BinaryFormat/Minidump.h"

Public Attributes

support::little_t< StreamTypeType
 
LocationDescriptor Location
 

Detailed Description

Specifies the location and type of a single stream in the minidump file.

The minidump stream directory is an array of entries of this type, with its size given by Header.NumberOfStreams.

Definition at line 120 of file Minidump.h.

Member Data Documentation

◆ Location

LocationDescriptor llvm::minidump::Directory::Location

Definition at line 122 of file Minidump.h.

Referenced by llvm::object::MinidumpFile::getRawStream().

◆ Type

support::little_t<StreamType> llvm::minidump::Directory::Type

Definition at line 121 of file Minidump.h.

Referenced by llvm::MinidumpYAML::Stream::create().


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