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

NameValueComment
SymContentsUnset0
SymContentsOffset1
SymContentsVariable2
SymContentsCommon3
SymContentsTargetCommon4