llvm::codeview::SymbolKind

Duplicate copy of the above enum, but using the official CV names. Useful for reference purposes and when dealing with unknown record types.

Synopsis

Declared in <llvm/DebugInfo/CodeView/CodeView.h>

enum SymbolKind : uint16_t;

Non-Member Functions

NameDescription
getSymbolTypeNamesReturn the enumerator name table for SymbolKind.
symbolEndsScopeReturn true if this symbol ends a scope.
symbolOpensScopeReturn true if this symbol opens a scope.
::llvm::pdb::formatSymbolKindFormat a CodeView symbol kind as its enumerator name.