LLVM: llvm::minidump::CPUInfo Union Reference (original) (raw)

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

#include "[llvm/BinaryFormat/Minidump.h](BinaryFormat%5F2Minidump%5F8h%5Fsource.html)"

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 159 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: