enum class SimpleTypeKind
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h:26
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Void | 3 | |
NotTranslated | 7 | |
HResult | 8 | |
SignedCharacter | 16 | |
UnsignedCharacter | 32 | |
NarrowCharacter | 112 | |
WideCharacter | 113 | |
Character16 | 122 | |
Character32 | 123 | |
SByte | 104 | |
Byte | 105 | |
Int16Short | 17 | |
UInt16Short | 33 | |
Int16 | 114 | |
UInt16 | 115 | |
Int32Long | 18 | |
UInt32Long | 34 | |
Int32 | 116 | |
UInt32 | 117 | |
Int64Quad | 19 | |
UInt64Quad | 35 | |
Int64 | 118 | |
UInt64 | 119 | |
Int128Oct | 20 | |
UInt128Oct | 36 | |
Int128 | 120 | |
UInt128 | 121 | |
Float16 | 70 | |
Float32 | 64 | |
Float32PartialPrecision | 69 | |
Float48 | 68 | |
Float64 | 65 | |
Float80 | 66 | |
Float128 | 67 | |
Complex16 | 86 | |
Complex32 | 80 | |
Complex32PartialPrecision | 85 | |
Complex48 | 84 | |
Complex64 | 81 | |
Complex80 | 82 | |
Complex128 | 83 | |
Boolean8 | 48 | |
Boolean16 | 49 | |
Boolean32 | 50 | |
Boolean64 | 51 | |
Boolean128 | 52 |