struct Directory

Declaration

struct Directory { /* full declaration omitted */ };

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.

Declared at: llvm/include/llvm/BinaryFormat/Minidump.h:120

Member Variables

public support::little_t<StreamType> Type
public llvm::minidump::LocationDescriptor Location