Special case of EmitValue that avoids the client having to pass in a MCExpr for constant integers & prints in Hex format for certain modes.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitIntValueInHex(
uint64_t Value,
unsigned int Size);
| Name | Description |
|---|---|
| Value | - Integer value to emit. |
| Size | - Size of the integer (in bytes) to emit. |