These values correspond to the DataKind enumeration, and are documented here: https://msdn.microsoft.com/en‐us/library/b2x2t313.aspx
Synopsis
Declared in <llvm/DebugInfo/PDB/PDBTypes.h>
enum class PDB_DataKind : int;
Members
Name |
Description |
|
Unknown or unspecified data kind. |
|
Local variable. |
|
Static local variable. |
|
Function parameter. |
|
Object pointer (e.g. this / self). |
|
File‐scope static variable. |
|
Global variable. |
|
Non‐static data member. |
|
Static data member. |
|
Constant value. |
Created with MrDocs