llvm::MCStreamer::emitIntValueInHex

Special case of EmitValue that avoids the client having to pass in a MCExpr for constant integers & prints in Hex format for certain modes.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitIntValueInHex(
    uint64_t Value,
    unsigned int Size);

Parameters

NameDescription
Value- Integer value to emit.
Size- Size of the integer (in bytes) to emit.