enum class PDB_SymType

Description

These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bkedss5f.aspx

Declared at: llvm/include/llvm/DebugInfo/PDB/PDBTypes.h:243

Enumerators

NameValueComment
None0
Exe1
Compiland2
CompilandDetails3
CompilandEnv4
Function5
Block6
Data7
Annotation8
Label9
PublicSymbol10
UDT11
Enum12
FunctionSig13
PointerType14
ArrayType15
BuiltinType16
Typedef17
BaseClass18
Friend19
FunctionArg20
FuncDebugStart21
FuncDebugEnd22
UsingNamespace23
VTableShape24
VTable25
Custom26
Thunk27
CustomType28
ManagedType29
Dimension30
CallSite31
InlineSite32
BaseInterface33
VectorType34
MatrixType35
HLSLType36
Caller37
Callee38
Export39
HeapAllocationSite40
CoffGroup41
Inlinee42
Max43