ChangeToMCSymbol ‐ Replace this operand with a new MC symbol operand.

Synopsis

Declared in <llvm/CodeGen/MachineOperand.h>

void
ChangeToMCSymbol(
    MCSymbol* Sym,
    unsigned int TargetFlags = 0);

Parameters

Name

Description

Sym

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