Add the given Attribute to Symbol.
Declared in <llvm/MC/MCStreamer.h>
virtual
bool
emitSymbolAttribute(
MCSymbol* Symbol,
MCSymbolAttr Attribute) = 0;
True if the attribute was applied.
| Name | Description |
|---|---|
| Symbol | - Symbol to attribute. |
| Attribute | - Attribute to add. |