Structs§
Enums§
- Calling
Convention - See LLVM 14 docs on Calling Conventions
- Function
Attribute - See LLVM 14 docs on Function Attributes
- Memory
Effect - Describes how a given location in memory can be accessed. See LLVM 16 docs on FunctionAttributes, the section on memory(…)
- Parameter
Attribute ParameterAttribute
s can apply to function parameters as well as function return types. See LLVM 14 docs on Parameter Attributes