enum class PDB_BuiltinType
Description
These values correspond to the Basictype enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/4szdtzc3.aspx
Declared at: llvm/include/llvm/DebugInfo/PDB/PDBTypes.h:335
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Void | 1 | |
Char | 2 | |
WCharT | 3 | |
Int | 6 | |
UInt | 7 | |
Float | 8 | |
BCD | 9 | |
Bool | 10 | |
Long | 13 | |
ULong | 14 | |
Currency | 25 | |
Date | 26 | |
Variant | 27 | |
Complex | 28 | |
Bitfield | 29 | |
BSTR | 30 | |
HResult | 31 | |
Char16 | 32 | |
Char32 | 33 | |
Char8 | 34 |