enum MCSymbol::SymbolKind

Description

The kind of the symbol. If it is any value other than unset then this class is actually one of the appropriate subclasses of MCSymbol.

Declared at: llvm/include/llvm/MC/MCSymbol.h:45

Enumerators

NameValueComment
SymbolKindUnset0
SymbolKindCOFF1
SymbolKindELF2
SymbolKindGOFF3
SymbolKindMachO4
SymbolKindWasm5
SymbolKindXCOFF6