LLVM 18.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 120 of file Minidump.h.
LocationDescriptor llvm::minidump::Directory::Location |
Definition at line 122 of file Minidump.h.
Referenced by llvm::object::MinidumpFile::getRawStream().
support::little_t<StreamType> llvm::minidump::Directory::Type |
Definition at line 121 of file Minidump.h.
Referenced by llvm::MinidumpYAML::Stream::create().