LLVMSetParamAlignment

Function LLVMSetParamAlignment 

Source
pub unsafe extern "C" fn LLVMSetParamAlignment(
    Arg: LLVMValueRef,
    Align: c_uint,
)
Expand description

Set the alignment for a function parameter.

@see llvm::Argument::addAttr() @see llvm::AttrBuilder::addAlignmentAttr()