Emit a constant integer in hex, padded to Size bytes.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitIntValueInHexWithPadding(
uint64_t Value,
unsigned int Size);
Special case of EmitValue that avoids the client having to pass in a MCExpr for constant integers & prints in Hex format for certain modes, pads the field with leading zeros to Size width.
| Name | Description |
|---|---|
| Value | - Integer value to emit. |
| Size | - Field width in bytes, including leading-zero padding. |