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 | 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. |
| Value | Base class for the full range of assembler expressions which are needed for parsing. |