LLVM 20.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 121 of file Minidump.h.

Member Data Documentation

◆ AllocationBase

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

Definition at line 123 of file Minidump.h.

◆ AllocationProtect

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

Definition at line 124 of file Minidump.h.

◆ BaseAddress

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

Definition at line 122 of file Minidump.h.

◆ Protect

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

Definition at line 128 of file Minidump.h.

◆ RegionSize

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

Definition at line 126 of file Minidump.h.

◆ Reserved0

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

Definition at line 125 of file Minidump.h.

◆ Reserved1

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

Definition at line 130 of file Minidump.h.

◆ State

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

Definition at line 127 of file Minidump.h.

◆ Type

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

Definition at line 129 of file Minidump.h.


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