Emit a local common (.lcomm) symbol.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

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

Parameters

Name

Description

Symbol

‐ The common symbol to emit.

Size

‐ The size of the common symbol.

ByteAlignment

‐ The alignment of the common symbol in bytes.

Created with MrDocs