Structs§
- Function
- An representation of LLVMFunction. LLVMFunction を表す構造体
- Function
Type - each function has a type signature.
- Parameter
- LLVMFunction が持つ各引数
- Parameter
Attributes - ReturnType/ParameterSet may have a set of parameter attributes. 返り値,引数が持つAttributeの集合
- Parameter
Set - each llvm function must have a set of Parameter. LLVMFunction が持つ引数リストの実装
- Return
Type - each llvm function must have a return type. LLVMFunctionに必ず存在する,返り値の型
Enums§
- Parameter
Attribute - WIP: all attributes aren’t defined yet. see LLVM LangRef#parameter-attributes