llvm::MCSection::ensureMinAlignment

Makes sure that Alignment is at least MinAlignment.

Synopsis

Declared in <llvm/MC/MCSection.h>

void
ensureMinAlignment(Align MinAlignment);

Parameters

NameDescription
MinAlignment- Minimum alignment to enforce for this section.