
AsmJit Project
Low-Latency Machine Code Generation
Function signature builder.
Sets the return type to retType
.
Sets the return type based on T
.
Sets the argument at index index
to argType
.
Sets the argument at index i
to the type based on T
.
Appends an argument of type
to the function prototype.
Appends an argument of type based on T
to the function prototype.