enum class PDB_LocType
Description
These values correspond to the LocationType enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/f57kaez3.aspx
Declared at: llvm/include/llvm/DebugInfo/PDB/PDBTypes.h:292
Enumerators
Name | Value | Comment |
---|---|---|
Null | 0 | |
Static | 1 | |
TLS | 2 | |
RegRel | 3 | |
ThisRel | 4 | |
Enregistered | 5 | |
BitField | 6 | |
Slot | 7 | |
IlRel | 8 | |
MetaData | 9 | |
Constant | 10 | |
RegRelAliasIndir | 11 | |
Max | 12 |