LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::codeview::UnionRecord Struct Reference

#include <TypeRecord.h>

Inheritance diagram for llvm::codeview::UnionRecord:
[legend]
Collaboration diagram for llvm::codeview::UnionRecord:
[legend]

Public Member Functions

 UnionRecord (TypeRecordKind Kind)
 
 UnionRecord (uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, uint64_t Size, StringRef Name, StringRef UniqueName)
 
HfaKind getHfa () const
 
uint64_t getSize () const
 
- Public Member Functions inherited from llvm::codeview::TagRecord
bool remapTypeIndices (ArrayRef< TypeIndex > IndexMap)
 Rewrite member type indices with IndexMap. More...
 
bool hasUniqueName () const
 
uint16_t getMemberCount () const
 
ClassOptions getOptions () const
 
TypeIndex getFieldList () const
 
StringRef getName () const
 
StringRef getUniqueName () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

uint64_t Size
 
- Public Attributes inherited from llvm::codeview::TagRecord
uint16_t MemberCount
 
ClassOptions Options
 
TypeIndex FieldList
 
StringRef Name
 
StringRef UniqueName
 

Additional Inherited Members

- Static Public Attributes inherited from llvm::codeview::TagRecord
static const int HfaKindShift = 11
 
static const int HfaKindMask = 0x1800
 
static const int WinRTKindShift = 14
 
static const int WinRTKindMask = 0xC000
 
- Protected Member Functions inherited from llvm::codeview::TagRecord
 TagRecord (TypeRecordKind Kind)
 
 TagRecord (TypeRecordKind Kind, uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName)
 
- Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 
 TypeRecord (TypeRecordKind Kind)
 

Detailed Description

Definition at line 480 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 481 of file TypeRecord.h.

llvm::codeview::UnionRecord::UnionRecord ( uint16_t  MemberCount,
ClassOptions  Options,
TypeIndex  FieldList,
uint64_t  Size,
StringRef  Name,
StringRef  UniqueName 
)
inline

Definition at line 482 of file TypeRecord.h.

Member Function Documentation

HfaKind llvm::codeview::UnionRecord::getHfa ( ) const
inline
uint64_t llvm::codeview::UnionRecord::getSize ( ) const
inline

Definition at line 494 of file TypeRecord.h.

References Size.

Member Data Documentation

uint64_t llvm::codeview::UnionRecord::Size

Definition at line 496 of file TypeRecord.h.

Referenced by getSize().


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