LLVM 22.0.0git
llvm::abi::PointerType Class Reference

#include "llvm/ABI/Types.h"

Inheritance diagram for llvm::abi::PointerType:
[legend]

Public Member Functions

 PointerType (uint64_t Size, Align ABIAlign, unsigned AddressSpace=0)
Public Member Functions inherited from llvm::abi::PointerLikeType
unsigned getAddrSpace () const
bool isMemberPointer () const
Public Member Functions inherited from llvm::abi::Type
TypeKind getKind () const
TypeSize getSizeInBits () const
Align getAlignment () const
TypeSize getTypeAllocSize () const
bool isVoid () const
bool isInteger () const
bool isFloat () const
bool isPointer () const
bool isArray () const
bool isVector () const
bool isRecord () const
bool isMemberPointer () const
bool isComplex () const

Static Public Member Functions

static bool classof (const Type *T)
Static Public Member Functions inherited from llvm::abi::PointerLikeType
static bool classof (const Type *T)

Additional Inherited Members

Protected Member Functions inherited from llvm::abi::PointerLikeType
 PointerLikeType (TypeKind K, TypeSize SizeInBits, Align ABIAlign, unsigned AS)
Protected Member Functions inherited from llvm::abi::Type
 Type (TypeKind K, TypeSize SizeInBits, Align ABIAlign)
Protected Attributes inherited from llvm::abi::PointerLikeType
unsigned AddrSpace
Protected Attributes inherited from llvm::abi::Type
TypeKind Kind
TypeSize SizeInBits
Align ABIAlignment

Detailed Description

Definition at line 163 of file Types.h.

Constructor & Destructor Documentation

◆ PointerType()

llvm::abi::PointerType::PointerType ( uint64_t Size,
Align ABIAlign,
unsigned AddressSpace = 0 )
inline

Definition at line 165 of file Types.h.

References llvm::abi::Pointer, llvm::abi::PointerLikeType::PointerLikeType(), and Size.

Member Function Documentation

◆ classof()

bool llvm::abi::PointerType::classof ( const Type * T)
inlinestatic

Definition at line 169 of file Types.h.

References llvm::abi::Pointer, and T.


The documentation for this class was generated from the following file: