Emit an weak reference from Alias to Symbol.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitWeakReference(
MCSymbol* Alias,
MCSymbol const* Symbol);
This corresponds to an assembler statement such as: .weakref alias, symbol
| Name | Description |
|---|---|
| Alias | - The alias that is being created. |
| Symbol | - The symbol being aliased. |