pub unsafe extern "C" fn LLVMGetPointerAddressSpace(
PointerTy: LLVMTypeRef,
) -> c_uintExpand description
Obtain the address space of a pointer type.
This only works on types that represent pointers.
@see llvm::PointerType::getAddressSpace()
pub unsafe extern "C" fn LLVMGetPointerAddressSpace(
PointerTy: LLVMTypeRef,
) -> c_uintObtain the address space of a pointer type.
This only works on types that represent pointers.
@see llvm::PointerType::getAddressSpace()