In llvm2, ref array types were used in places where this project used pointers (e.g. voidpp, int pointers, etc).
See https://github.com/dirk/llvm2/blob/master/lib/ref-types.js for definition of array types.
See https://github.com/dirk/llvm2/blob/master/lib/library.js for use of array types.
In llvm2, ref array types were used in places where this project used pointers (e.g. voidpp, int pointers, etc).
See https://github.com/dirk/llvm2/blob/master/lib/ref-types.js for definition of array types.
See https://github.com/dirk/llvm2/blob/master/lib/library.js for use of array types.