enum class LocalSymFlags
Description
Corresponds to CV_LVARFLAGS bitfield.
Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:401
Enumerators
| Name | Value | Comment |
|---|---|---|
| None | 0 | |
| IsParameter | 1 | |
| IsAddressTaken | 2 | |
| IsCompilerGenerated | 4 | |
| IsAggregate | 8 | |
| IsAggregated | 16 | |
| IsAliased | 32 | |
| IsAlias | 64 | |
| IsReturnValue | 128 | |
| IsOptimizedOut | 256 | |
| IsEnregisteredGlobal | 512 | |
| IsEnregisteredStatic | 1024 |