LLVM 20.0.0git
|
Specifies the location and type of a single stream in the minidump file. More...
#include "llvm/BinaryFormat/Minidump.h"
Public Attributes | |
support::little_t< StreamType > | Type |
LocationDescriptor | Location |
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 125 of file Minidump.h.
LocationDescriptor llvm::minidump::Directory::Location |
Definition at line 127 of file Minidump.h.
Referenced by llvm::object::MinidumpFile::getRawStream().
support::little_t<StreamType> llvm::minidump::Directory::Type |
Definition at line 126 of file Minidump.h.
Referenced by llvm::MinidumpYAML::Stream::create().