ΒΆunsigned int LLVMPointerSizeForAS(
    LLVMTargetDataRef TD,
    unsigned int AS)

Description

Returns the pointer size in bytes for a target for a specified address space. See the method llvm::DataLayout::getPointerSize.

Declared at: llvm/include/llvm-c/Target.h:226

Parameters

LLVMTargetDataRef TD
unsigned int AS