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

#include "llvm/BinaryFormat/Minidump.h"

Public Attributes

support::ulittle64_t BaseAddress
 
support::ulittle64_t AllocationBase
 
support::little_t< MemoryProtectionAllocationProtect
 
support::ulittle32_t Reserved0
 
support::ulittle64_t RegionSize
 
support::little_t< MemoryStateState
 
support::little_t< MemoryProtectionProtect
 
support::little_t< MemoryTypeType
 
support::ulittle32_t Reserved1
 

Detailed Description

Definition at line 104 of file Minidump.h.

Member Data Documentation

◆ AllocationBase

support::ulittle64_t llvm::minidump::MemoryInfo::AllocationBase

Definition at line 106 of file Minidump.h.

◆ AllocationProtect

support::little_t<MemoryProtection> llvm::minidump::MemoryInfo::AllocationProtect

Definition at line 107 of file Minidump.h.

◆ BaseAddress

support::ulittle64_t llvm::minidump::MemoryInfo::BaseAddress

Definition at line 105 of file Minidump.h.

◆ Protect

support::little_t<MemoryProtection> llvm::minidump::MemoryInfo::Protect

Definition at line 111 of file Minidump.h.

◆ RegionSize

support::ulittle64_t llvm::minidump::MemoryInfo::RegionSize

Definition at line 109 of file Minidump.h.

◆ Reserved0

support::ulittle32_t llvm::minidump::MemoryInfo::Reserved0

Definition at line 108 of file Minidump.h.

◆ Reserved1

support::ulittle32_t llvm::minidump::MemoryInfo::Reserved1

Definition at line 113 of file Minidump.h.

◆ State

support::little_t<MemoryState> llvm::minidump::MemoryInfo::State

Definition at line 110 of file Minidump.h.

◆ Type

support::little_t<MemoryType> llvm::minidump::MemoryInfo::Type

Definition at line 112 of file Minidump.h.


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