| DiTypeKind Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET.DebugInfo
public enum DiTypeKind
| Member name | Value | Description | |
|---|---|---|---|
| Invalid | 0 | ||
| Address | 1 | ||
| Boolean | 2 | ||
| ComplexFloat | 3 | ||
| Float | 4 | ||
| Signed | 5 | ||
| SignedChar | 6 | ||
| Unsigned | 7 | ||
| UnsignedChar | 8 | ||
| ImaginaryFloat | 9 | ||
| PackedDecimal | 10 | ||
| NumericString | 11 | ||
| Edited | 12 | ||
| SignedFixed | 13 | ||
| UnsignedFixed | 14 | ||
| DecimalFloat | 15 | ||
| UTF | 16 | ||
| LoUser | 128 | ||
| HiUser | 255 |