llvm::MCStreamer::emitWeakReference

Emit an weak reference from Alias to Symbol.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitWeakReference(
    MCSymbol* Alias,
    MCSymbol const* Symbol);

Description

This corresponds to an assembler statement such as: .weakref alias, symbol

Parameters

NameDescription
Alias- The alias that is being created.
Symbol- The symbol being aliased.