Function llvm_sys::debuginfo::LLVMDIBuilderCreatePointerType

source ยท
pub unsafe extern "C" fn LLVMDIBuilderCreatePointerType(
    Builder: LLVMDIBuilderRef,
    PointeeTy: LLVMMetadataRef,
    SizeInBits: u64,
    AlignInBits: u32,
    AddressSpace: c_uint,
    Name: *const c_char,
    NameLen: size_t
) -> LLVMMetadataRef
Expand description

Create debugging information entry for a pointer.