Emit an ELF .size directive.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitELFSize(
MCSymbol* Symbol,
MCExpr const* Value);
This corresponds to an assembler statement such as: .size symbol, expression
| Name | Description |
|---|---|
| Symbol | - Symbol whose size is set. |
| Value | - Expression giving the symbol size. |