LLVMGetPointerAddressSpace

Function LLVMGetPointerAddressSpace 

Source
pub unsafe extern "C" fn LLVMGetPointerAddressSpace(
    PointerTy: LLVMTypeRef,
) -> c_uint
Expand description

Obtain the address space of a pointer type.

This only works on types that represent pointers.

@see llvm::PointerType::getAddressSpace()