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
Name | Value | Comment |
---|---|---|
SymbolKindUnset | 0 | |
SymbolKindCOFF | 1 | |
SymbolKindELF | 2 | |
SymbolKindMachO | 3 | |
SymbolKindWasm | 4 | |
SymbolKindXCOFF | 5 |