Initialize this fragment as alignment padding with the given fill policy.

Synopsis

Declared in <llvm/MC/MCSection.h>

void
makeAlign(
    Align Alignment,
    int64_t Fill,
    uint8_t FillLen,
    unsigned int MaxBytesToEmit);

Parameters

Name

Description

Alignment

‐ Alignment to ensure, in bytes.

Fill

‐ Value used to fill padding bytes.

FillLen

‐ Size in bytes of the integer Fill.

MaxBytesToEmit

‐ Maximum padding width; the fragment is ignored if alignment cannot be satisfied within this limit.

Created with MrDocs