|
LLVM 22.0.0git
|
#include "llvm/ABI/Types.h"
Public Member Functions | |
| FieldInfo (const Type *FieldType, uint64_t OffsetInBits=0, bool IsBitField=false, uint64_t BitFieldWidth=0, bool IsUnnamedBitField=false) | |
Public Attributes | |
| const Type * | FieldType |
| uint64_t | OffsetInBits |
| uint64_t | BitFieldWidth |
| bool | IsBitField |
| bool | IsUnnamedBitfield |
|
inline |
Definition at line 241 of file Types.h.
References BitFieldWidth, FieldType, IsBitField, IsUnnamedBitfield, and OffsetInBits.
| uint64_t llvm::abi::FieldInfo::BitFieldWidth |
Definition at line 237 of file Types.h.
Referenced by FieldInfo().
Definition at line 235 of file Types.h.
Referenced by FieldInfo().
| bool llvm::abi::FieldInfo::IsBitField |
Definition at line 238 of file Types.h.
Referenced by FieldInfo().
| bool llvm::abi::FieldInfo::IsUnnamedBitfield |
Definition at line 239 of file Types.h.
Referenced by FieldInfo().
| uint64_t llvm::abi::FieldInfo::OffsetInBits |
Definition at line 236 of file Types.h.
Referenced by FieldInfo().