[][src]Module inkwell::attributes

Attributes are optional modifiers to functions, function parameters, and return types.

Structs

Attribute

Functions, function parameters, and return types can have Attributes to indicate how they should be treated by optimizations and code generation.

Enums

AttributeLoc

An AttributeLoc determines where on a function an attribute is assigned to.