llvm::MCStreamer::emitCommonSymbol

Emit a common symbol.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

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

Parameters

NameDescription
Symbol- The common symbol to emit.
Size- The size of the common symbol.
ByteAlignment- The alignment of the symbol.