union CPUInfo

Declaration

union CPUInfo { /* full declaration omitted */ };

Description

Detailed information about the processor of the system that generated this minidump. Its interpretation depends on the ProcessorArchitecture enum.

Declared at: llvm/include/llvm/BinaryFormat/Minidump.h:142

Member Variables

public struct X86Info X86
public struct ArmInfo Arm
public struct OtherInfo Other