Method LLVMPointerType
LLVMPointerType(LLVMTypeRef, UInt32)
TODO: Provide summary for Function LLVMPointerType
Declaration
public static LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, uint AddressSpace)
Parameters
public static LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, uint AddressSpace)
LLVMTypeRef | ElementType | TODO: Provide details of parameter ElementType |
UInt32 | AddressSpace | TODO: Provide details of parameter AddressSpace |
Returns
LLVMTypeRef | TODO: Document return value |