Emit the expression Value as a native integer of Size bytes.
Declared in <llvm/MC/MCObjectStreamer.h>
virtual
void
emitValueImpl(
MCExpr const* Value,
unsigned int Size,
SMLoc Loc = SMLoc()) override;
| Name | Description |
|---|---|
| Value | - Expression to emit. |
| Size | - Size of the integer (in bytes) to emit. |
| Loc | - Source location for diagnostics. |