llvm::MCStreamer::setAllowAutoPadding

Set whether the assembler may insert padding automatically.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

void
setAllowAutoPadding(bool v);

Parameters

NameDescription
v- True if automatic padding is allowed.