enum class ProcessorArchitecture
Description
The processor architecture of the system that generated this minidump. Used in the ProcessorArch field of the SystemInfo stream.
Declared at: llvm/include/llvm/BinaryFormat/Minidump.h:128
Enumerators
Name | Value | Comment |
---|---|---|
X86 | 0 | |
MIPS | 1 | |
Alpha | 2 | |
PPC | 3 | |
SHX | 4 | |
ARM | 5 | |
IA64 | 6 | |
Alpha64 | 7 | |
MSIL | 8 | |
AMD64 | 9 | |
X86Win64 | 10 | |
ARM64 | 12 | |
BP_SPARC | 32769 | |
BP_PPC64 | 32770 | |
BP_ARM64 | 32771 | |
BP_MIPS64 | 32772 |