|
LLVM 22.0.0git
|
#include "llvm/ABI/Types.h"
Public Member Functions | |
| FloatType (const fltSemantics &FloatSemantics, Align ABIAlign) | |
| const fltSemantics * | getSemantics () 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) |
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::abi::Type | |
| Type (TypeKind K, TypeSize SizeInBits, Align ABIAlign) | |
| Protected Attributes inherited from llvm::abi::Type | |
| TypeKind | Kind |
| TypeSize | SizeInBits |
| Align | ABIAlignment |
|
inline |
Definition at line 137 of file Types.h.
References llvm::abi::Float, llvm::abi::Type::getSizeInBits(), and llvm::abi::Type::Type().
Definition at line 144 of file Types.h.
References llvm::abi::Float, T, and llvm::abi::Type::Type().
|
inline |