llvm::MCStreamer::emitLocalCommonSymbol

Emit a local common (.lcomm) symbol.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

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

Parameters

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