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

Describes a single memory range (both its VM address and where to find it in the file) of the process from which this minidump file was generated. More...

#include "llvm/BinaryFormat/Minidump.h"

Public Attributes

support::ulittle64_t StartOfMemoryRange
 
LocationDescriptor Memory
 

Detailed Description

Describes a single memory range (both its VM address and where to find it in the file) of the process from which this minidump file was generated.

Definition at line 67 of file Minidump.h.

Member Data Documentation

◆ Memory

LocationDescriptor llvm::minidump::MemoryDescriptor::Memory

Definition at line 69 of file Minidump.h.

◆ StartOfMemoryRange

support::ulittle64_t llvm::minidump::MemoryDescriptor::StartOfMemoryRange

Definition at line 68 of file Minidump.h.


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