LLVM 20.0.0git
|
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 |
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.
support::ulittle32_t llvm::minidump::LocationDescriptor::DataSize |
Definition at line 60 of file Minidump.h.
Referenced by llvm::object::MinidumpFile::create(), and llvm::object::MinidumpFile::getRawStream().
support::ulittle32_t llvm::minidump::LocationDescriptor::RVA |
Definition at line 61 of file Minidump.h.
Referenced by llvm::object::MinidumpFile::create(), and llvm::object::MinidumpFile::getRawStream().