Duplicate copy of the above enum, but using the official CV names. Useful for reference purposes and when dealing with unknown record types.
Declared in <llvm/DebugInfo/CodeView/CodeView.h>
enum SymbolKind : uint16_t;
| Name | Description |
|---|---|
getSymbolTypeNames | Return the enumerator name table for SymbolKind. |
symbolEndsScope | Return true if this symbol ends a scope. |
symbolOpensScope | Return true if this symbol opens a scope. |
::llvm::pdb::formatSymbolKind | Format a CodeView symbol kind as its enumerator name. |