Set whether the assembler may insert padding automatically.
Synopsis
Declared in <llvm/MC/MCStreamer.h>
void
setAllowAutoPadding(bool v);
Parameters
Name |
Description |
v |
‐ True if automatic padding is allowed. |
Created with MrDocs