llvm::MCObjectStreamer::emitValueImpl

Emit the expression Value as a native integer of Size bytes.

Synopsis

Declared in <llvm/MC/MCObjectStreamer.h>

virtual
void
emitValueImpl(
    MCExpr const* Value,
    unsigned int Size,
    SMLoc Loc = SMLoc()) override;

Parameters

NameDescription
Value- Expression to emit.
Size- Size of the integer (in bytes) to emit.
Loc- Source location for diagnostics.