Add return value attributes to this function.

Synopsis

Declared in <llvm/IR/Function.h>

void
addRetAttrs(AttrBuilder const& Attrs);

Parameters

Name

Description

Attrs

This class is used in conjunction with the Attribute::get method to create an Attribute object. The object itself is uniquified. The Builder's value, however, is not. So this can be used as a quick way to test for equality, presence of attributes, etc.

Created with MrDocs