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()
pub unsafe extern "C" fn LLVMSetParamAlignment(
Arg: LLVMValueRef,
Align: c_uint,
)Set the alignment for a function parameter.
@see llvm::Argument::addAttr() @see llvm::AttrBuilder::addAlignmentAttr()