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 |
|---|---|
symbolEndsScope | Return true if this ssymbol ends a scope. |
symbolOpensScope | Return 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. |