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

Unknown or unspecified data kind.

Local

Local variable.

StaticLocal

Static local variable.

Param

Function parameter.

ObjectPtr

Object pointer (e.g. this / self).

FileStatic

File‐scope static variable.

Global

Global variable.

Member

Non‐static data member.

StaticMember

Static data member.

Constant

Constant value.

Created with MrDocs