enum class CPUType
Description
These values correspond to the CV_CPU_TYPE_e enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/b2fc64ek.aspx
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:78
Enumerators
Name | Value | Comment |
---|---|---|
Intel8080 | 0 | |
Intel8086 | 1 | |
Intel80286 | 2 | |
Intel80386 | 3 | |
Intel80486 | 4 | |
Pentium | 5 | |
PentiumPro | 6 | |
Pentium3 | 7 | |
MIPS | 16 | |
MIPS16 | 17 | |
MIPS32 | 18 | |
MIPS64 | 19 | |
MIPSI | 20 | |
MIPSII | 21 | |
MIPSIII | 22 | |
MIPSIV | 23 | |
MIPSV | 24 | |
M68000 | 32 | |
M68010 | 33 | |
M68020 | 34 | |
M68030 | 35 | |
M68040 | 36 | |
Alpha | 48 | |
Alpha21164 | 49 | |
Alpha21164A | 50 | |
Alpha21264 | 51 | |
Alpha21364 | 52 | |
PPC601 | 64 | |
PPC603 | 65 | |
PPC604 | 66 | |
PPC620 | 67 | |
PPCFP | 68 | |
PPCBE | 69 | |
SH3 | 80 | |
SH3E | 81 | |
SH3DSP | 82 | |
SH4 | 83 | |
SHMedia | 84 | |
ARM3 | 96 | |
ARM4 | 97 | |
ARM4T | 98 | |
ARM5 | 99 | |
ARM5T | 100 | |
ARM6 | 101 | |
ARM_XMAC | 102 | |
ARM_WMMX | 103 | |
ARM7 | 104 | |
ARM64 | 105 | |
Omni | 112 | |
Ia64 | 128 | |
Ia64_2 | 129 | |
CEE | 144 | |
AM33 | 160 | |
M32R | 176 | |
TriCore | 192 | |
X64 | 208 | |
EBC | 224 | |
Thumb | 240 | |
ARMNT | 244 | |
D3D11_Shader | 256 |