Table of Contents

Interface IPointerType

Namespace
Ubiquity.NET.Llvm.Types
Assembly
Ubiquity.NET.Llvm.dll

Interface for a pointer type in LLVM

public interface IPointerType : ITypeRef, IEquatable<ITypeRef>
Inherited Members
Extension Methods

Properties

AddressSpace

Gets the address space the pointer refers to

ElementType

Gets the element type of this pointer (if available)