LLVM 19.0.0git
Classes | Public Attributes | List of all members
llvm::minidump::CPUInfo Union Reference

Detailed information about the processor of the system that generated this minidump. More...

#include "llvm/BinaryFormat/Minidump.h"

Classes

struct  ArmInfo
 
struct  OtherInfo
 
struct  X86Info
 

Public Attributes

struct llvm::minidump::CPUInfo::X86Info X86
 
struct llvm::minidump::CPUInfo::ArmInfo Arm
 
struct llvm::minidump::CPUInfo::OtherInfo Other
 

Detailed Description

Detailed information about the processor of the system that generated this minidump.

Its interpretation depends on the ProcessorArchitecture enum.

Definition at line 142 of file Minidump.h.

Member Data Documentation

◆ Arm

struct llvm::minidump::CPUInfo::ArmInfo llvm::minidump::CPUInfo::Arm

◆ Other

struct llvm::minidump::CPUInfo::OtherInfo llvm::minidump::CPUInfo::Other

◆ X86

struct llvm::minidump::CPUInfo::X86Info llvm::minidump::CPUInfo::X86

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