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
symbolEndsScopeReturn true if this ssymbol ends a scope.
symbolOpensScopeReturn true if this symbol opens a scope. This implies that the symbol has "parent" and "end" fields, which contain the offset of the S_END or S_INLINESITE_END record.