ΒΆunsigned int LLVMGetPointerAddressSpace(
    LLVMTypeRef PointerTy)

Description

Obtain the address space of a pointer type. This only works on types that represent pointers.

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

Parameters

LLVMTypeRef PointerTy