Specifies the location (and size) of various objects in the minidump file. The location is relative to the start of the file.
Declared in <llvm/BinaryFormat/Minidump.h>
struct LocationDescriptor;
| Name | Description |
|---|---|
DataSize | Size in bytes of the referenced data. |
RVA | Relative virtual address of the data from the start of the file. |