LLVM 24.0.0git
llvm::abi::AtomicType Class Reference

#include "llvm/ABI/Types.h"

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

Public Member Functions

 AtomicType (const Type *ValueType, uint64_t SizeInBits, Align Alignment)
const TypegetValueType () const
Public Member Functions inherited from llvm::abi::Type
TypeKind getKind () const
TypeSize getSizeInBits () const
Align getAlignment () const
Align getUnadjustedAlignment () const
 Alignment before record-level adjustments such as aligned attributes.
TypeSize getTypeAllocSize () const
bool isVoid () const
bool isAtomic () const
bool isInteger () const
bool isFloat () const
bool isPointer () const
bool isArray () const
bool isVector () const
bool isTuple () const
bool isRecord () const
bool isMemberPointer () const
bool isComplex () const
bool isZeroSize () const
LLVM_ABI bool isSVESizelessType () const

Static Public Member Functions

static bool classof (const Type *T)

Additional Inherited Members

Protected Member Functions inherited from llvm::abi::Type
 Type (TypeKind K, TypeSize SizeInBits, Align ABIAlign)
 Type (TypeKind K, TypeSize SizeInBits, Align ABIAlign, Align UnadjustedAlign)
Protected Attributes inherited from llvm::abi::Type
TypeKind Kind
TypeSize SizeInBits
Align ABIAlignment
Align UnadjustedAlignment

Detailed Description

Definition at line 109 of file Types.h.

Constructor & Destructor Documentation

◆ AtomicType()

llvm::abi::AtomicType::AtomicType ( const Type * ValueType,
uint64_t SizeInBits,
Align Alignment )
inline

Member Function Documentation

◆ classof()

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

Definition at line 117 of file Types.h.

References llvm::abi::Atomic, T, and llvm::abi::Type::Type().

◆ getValueType()

const Type * llvm::abi::AtomicType::getValueType ( ) const
inline

Definition at line 115 of file Types.h.

References llvm::abi::Type::Type().


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