Module inkwell::attributes
source · Expand description
Attribute
s are optional modifiers to functions, function parameters, and return types.
Structs§
- Functions, function parameters, and return types can have
Attribute
s to indicate how they should be treated by optimizations and code generation.
Enums§
- An
AttributeLoc
determines where on a function an attribute is assigned to.