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 to reference.

TargetFlags

Optional target‐specific flags.

Created with MrDocs