LLVM 22.0.0git
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 137 of file Minidump.h.

Member Data Documentation

◆ Location

LocationDescriptor llvm::minidump::Directory::Location

Definition at line 139 of file Minidump.h.

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

◆ Type

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

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