Change the alignment of the specified stack object.

Synopsis

Declared in <llvm/CodeGen/MachineFrameInfo.h>

void
setObjectAlignment(
    int ObjectIdx,
    Align Alignment);

Parameters

Name

Description

ObjectIdx

Frame index of the object.

Alignment

New alignment requirement for the object.

Created with MrDocs