llvm::MCELFStreamer::emitCommonSymbol

Emit a common symbol.

Synopsis

Declared in <llvm/MC/MCELFStreamer.h>

virtual
void
emitCommonSymbol(
    MCSymbol* Symbol,
    uint64_t Size,
    Align ByteAlignment) override;

Parameters

NameDescription
Symbol- Common symbol to emit.
Size- Size of the common symbol in bytes.
ByteAlignment- Alignment of the symbol.