typeFuns: Miscellaneous functions for LLVM Types

Description Usage Arguments Author(s) References

Description

These are some of the functions that work with LLVM Type descriptions.

Usage

1
2
3
4
arrayType(elType, num)
getIntegerBitWidth(x, ...)

functionType(returnType, argTypes, varArgs = FALSE)

Arguments

x

the type, an Integer type for getIntegerBitWidth.

elType

the type of the element

num

the number of elements in the array

...

additional parameters for methds

returnType

the type for the return value of the function/routine type

argTypes

a list of types for the parameters of the function/routine type

varArgs

a logical value indicating if the function/routine type has a variable number of arguments, i.e. ...

Author(s)

DTL

References

LLVM Documentation


doktorschiwago/Rllvm2 documentation built on May 15, 2019, 9:42 a.m.