llvm::minidump::LocationDescriptor

Specifies the location (and size) of various objects in the minidump file. The location is relative to the start of the file.

Synopsis

Declared in <llvm/BinaryFormat/Minidump.h>

struct LocationDescriptor;

Data Members

NameDescription
DataSize Size in bytes of the referenced data.
RVA Relative virtual address of the data from the start of the file.