LLVM 20.0.0git
|
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 |
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.
LocationDescriptor llvm::minidump::MemoryDescriptor::Memory |
Definition at line 69 of file Minidump.h.
support::ulittle64_t llvm::minidump::MemoryDescriptor::StartOfMemoryRange |
Definition at line 68 of file Minidump.h.