LLVM 19.0.0git
Public Attributes | List of all members
llvm::minidump::LocationDescriptor Struct Reference

Specifies the location (and size) of various objects in the minidump file. More...

#include "llvm/BinaryFormat/Minidump.h"

Public Attributes

support::ulittle32_t DataSize
 
support::ulittle32_t RVA
 

Detailed Description

Specifies the location (and size) of various objects in the minidump file.

The location is relative to the start of the file.

Definition at line 59 of file Minidump.h.

Member Data Documentation

◆ DataSize

support::ulittle32_t llvm::minidump::LocationDescriptor::DataSize

◆ RVA

support::ulittle32_t llvm::minidump::LocationDescriptor::RVA

The documentation for this struct was generated from the following file: