llvm::MCStreamer::emitSymbolAttribute

Add the given Attribute to Symbol.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
bool
emitSymbolAttribute(
    MCSymbol* Symbol,
    MCSymbolAttr Attribute) = 0;

Return Value

True if the attribute was applied.

Parameters

NameDescription
Symbol- Symbol to attribute.
Attribute- Attribute to add.