Emits pending conditional assignments that depend on Symbol being emitted.

Synopsis

Declared in <llvm/MC/MCObjectStreamer.h>

void
emitPendingAssignments(MCSymbol* Symbol);

Parameters

Name

Description

Symbol

MCSymbol ‐ Instances of this class represent a symbol name in the MC file, and MCSymbols are created and uniqued by the MCContext class. MCSymbols should only be constructed with valid names for the object file.

Created with MrDocs