ΒΆLLVMTypeRef LLVMPointerType(
    LLVMTypeRef ElementType,
    unsigned int AddressSpace)

Description

Create a pointer type that points to a defined type. The created type will exist in the context that its pointee type exists in.

Declared at: llvm/include/llvm-c/Core.h:1416

Parameters

LLVMTypeRef ElementType
unsigned int AddressSpace