LLVM 22.0.0git
llvm::codeview::PointerRecord Class Reference

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

Inheritance diagram for llvm::codeview::PointerRecord:
[legend]

Public Member Functions

 PointerRecord ()=default
 PointerRecord (TypeRecordKind Kind)
 PointerRecord (TypeIndex ReferentType, uint32_t Attrs)
 PointerRecord (TypeIndex ReferentType, PointerKind PK, PointerMode PM, PointerOptions PO, uint8_t Size)
 PointerRecord (TypeIndex ReferentType, PointerKind PK, PointerMode PM, PointerOptions PO, uint8_t Size, const MemberPointerInfo &MPI)
TypeIndex getReferentType () const
PointerKind getPointerKind () const
PointerMode getMode () const
PointerOptions getOptions () const
uint8_t getSize () const
MemberPointerInfo getMemberInfo () const
bool isPointerToMember () const
bool isFlat () const
bool isConst () const
bool isVolatile () const
bool isUnaligned () const
bool isRestrict () const
bool isLValueReferenceThisPtr () const
bool isRValueReferenceThisPtr () const
void setAttrs (PointerKind PK, PointerMode PM, PointerOptions PO, uint8_t Size)
Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const

Public Attributes

TypeIndex ReferentType
uint32_t Attrs = 0
std::optional< MemberPointerInfoMemberInfo
Public Attributes inherited from llvm::codeview::TypeRecord
TypeRecordKind Kind

Static Public Attributes

static const uint32_t PointerKindShift = 0
static const uint32_t PointerKindMask = 0x1F
static const uint32_t PointerModeShift = 5
static const uint32_t PointerModeMask = 0x07
static const uint32_t PointerOptionMask = 0x381f00
static const uint32_t PointerSizeShift = 13
static const uint32_t PointerSizeMask = 0xFF

Additional Inherited Members

Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 TypeRecord (TypeRecordKind Kind)

Detailed Description

Definition at line 264 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ PointerRecord() [1/5]

llvm::codeview::PointerRecord::PointerRecord ( )
default

◆ PointerRecord() [2/5]

llvm::codeview::PointerRecord::PointerRecord ( TypeRecordKind Kind)
inlineexplicit

◆ PointerRecord() [3/5]

llvm::codeview::PointerRecord::PointerRecord ( TypeIndex ReferentType,
uint32_t Attrs )
inline

◆ PointerRecord() [4/5]

llvm::codeview::PointerRecord::PointerRecord ( TypeIndex ReferentType,
PointerKind PK,
PointerMode PM,
PointerOptions PO,
uint8_t Size )
inline

◆ PointerRecord() [5/5]

llvm::codeview::PointerRecord::PointerRecord ( TypeIndex ReferentType,
PointerKind PK,
PointerMode PM,
PointerOptions PO,
uint8_t Size,
const MemberPointerInfo & MPI )
inline

Member Function Documentation

◆ getMemberInfo()

MemberPointerInfo llvm::codeview::PointerRecord::getMemberInfo ( ) const
inline

Definition at line 318 of file TypeRecord.h.

References MemberInfo.

◆ getMode()

PointerMode llvm::codeview::PointerRecord::getMode ( ) const
inline

Definition at line 305 of file TypeRecord.h.

References Attrs, PointerModeMask, and PointerModeShift.

Referenced by isPointerToMember().

◆ getOptions()

PointerOptions llvm::codeview::PointerRecord::getOptions ( ) const
inline

Definition at line 310 of file TypeRecord.h.

References Attrs, and PointerOptionMask.

◆ getPointerKind()

PointerKind llvm::codeview::PointerRecord::getPointerKind ( ) const
inline

Definition at line 300 of file TypeRecord.h.

References Attrs, PointerKindMask, and PointerKindShift.

◆ getReferentType()

TypeIndex llvm::codeview::PointerRecord::getReferentType ( ) const
inline

Definition at line 298 of file TypeRecord.h.

References ReferentType.

◆ getSize()

uint8_t llvm::codeview::PointerRecord::getSize ( ) const
inline

Definition at line 314 of file TypeRecord.h.

References Attrs, PointerSizeMask, and PointerSizeShift.

◆ isConst()

bool llvm::codeview::PointerRecord::isConst ( ) const
inline

Definition at line 326 of file TypeRecord.h.

References Attrs, and llvm::codeview::Const.

◆ isFlat()

bool llvm::codeview::PointerRecord::isFlat ( ) const
inline

Definition at line 325 of file TypeRecord.h.

References Attrs, and llvm::codeview::Flat32.

◆ isLValueReferenceThisPtr()

bool llvm::codeview::PointerRecord::isLValueReferenceThisPtr ( ) const
inline

Definition at line 340 of file TypeRecord.h.

References Attrs, and llvm::codeview::LValueRefThisPointer.

◆ isPointerToMember()

bool llvm::codeview::PointerRecord::isPointerToMember ( ) const
inline

◆ isRestrict()

bool llvm::codeview::PointerRecord::isRestrict ( ) const
inline

Definition at line 336 of file TypeRecord.h.

References Attrs, and llvm::codeview::Restrict.

◆ isRValueReferenceThisPtr()

bool llvm::codeview::PointerRecord::isRValueReferenceThisPtr ( ) const
inline

Definition at line 344 of file TypeRecord.h.

References Attrs, and llvm::codeview::RValueRefThisPointer.

◆ isUnaligned()

bool llvm::codeview::PointerRecord::isUnaligned ( ) const
inline

Definition at line 332 of file TypeRecord.h.

References Attrs, and llvm::codeview::Unaligned.

◆ isVolatile()

bool llvm::codeview::PointerRecord::isVolatile ( ) const
inline

Definition at line 328 of file TypeRecord.h.

References Attrs, and llvm::codeview::Volatile.

◆ setAttrs()

void llvm::codeview::PointerRecord::setAttrs ( PointerKind PK,
PointerMode PM,
PointerOptions PO,
uint8_t Size )
inline

Definition at line 352 of file TypeRecord.h.

References Attrs, and Size.

Member Data Documentation

◆ Attrs

◆ MemberInfo

std::optional<MemberPointerInfo> llvm::codeview::PointerRecord::MemberInfo

Definition at line 350 of file TypeRecord.h.

Referenced by getMemberInfo(), and PointerRecord().

◆ PointerKindMask

const uint32_t llvm::codeview::PointerRecord::PointerKindMask = 0x1F
static

Definition at line 268 of file TypeRecord.h.

Referenced by getPointerKind().

◆ PointerKindShift

const uint32_t llvm::codeview::PointerRecord::PointerKindShift = 0
static

Definition at line 267 of file TypeRecord.h.

Referenced by getPointerKind().

◆ PointerModeMask

const uint32_t llvm::codeview::PointerRecord::PointerModeMask = 0x07
static

Definition at line 272 of file TypeRecord.h.

Referenced by getMode(), and getPointerMode().

◆ PointerModeShift

const uint32_t llvm::codeview::PointerRecord::PointerModeShift = 5
static

Definition at line 271 of file TypeRecord.h.

Referenced by getMode(), and getPointerMode().

◆ PointerOptionMask

const uint32_t llvm::codeview::PointerRecord::PointerOptionMask = 0x381f00
static

Definition at line 275 of file TypeRecord.h.

Referenced by getOptions().

◆ PointerSizeMask

const uint32_t llvm::codeview::PointerRecord::PointerSizeMask = 0xFF
static

Definition at line 279 of file TypeRecord.h.

Referenced by getSize().

◆ PointerSizeShift

const uint32_t llvm::codeview::PointerRecord::PointerSizeShift = 13
static

Definition at line 278 of file TypeRecord.h.

Referenced by getSize().

◆ ReferentType

TypeIndex llvm::codeview::PointerRecord::ReferentType

Definition at line 348 of file TypeRecord.h.

Referenced by getReferentType(), PointerRecord(), PointerRecord(), and PointerRecord().


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