Emit Symbol as a label at the current position.

Synopsis

Declared in <llvm/MC/MCWasmStreamer.h>

virtual
void
emitLabel(
    MCSymbol* Symbol,
    SMLoc Loc = SMLoc()) override;

Parameters

Name

Description

Symbol

‐ Symbol to define as a label.

Loc

‐ Source location for diagnostics.

Created with MrDocs