enum MCSymbol::Contents
Description
A symbol can contain an Offset, or Value, or be Common, but never more than one of these.
Declared at: llvm/include/llvm/MC/MCSymbol.h:56
Enumerators
Name | Value | Comment |
---|---|---|
SymContentsUnset | 0 | |
SymContentsOffset | 1 | |
SymContentsVariable | 2 | |
SymContentsCommon | 3 | |
SymContentsTargetCommon | 4 |