LLVM: llvm::codeview::UnionRecord Struct Reference (original) (raw)
#include "[llvm/DebugInfo/CodeView/TypeRecord.h](TypeRecord%5F8h%5Fsource.html)"
Inheritance diagram for llvm::codeview::UnionRecord:
| Public Member Functions | |
|---|---|
| UnionRecord ()=default | |
| 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 | hasUniqueName () const |
| bool | isNested () const |
| bool | isForwardRef () const |
| bool | containsNestedClass () const |
| bool | isScoped () 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 = 0 |
| Public Attributes inherited from llvm::codeview::TagRecord | |
| uint16_t | MemberCount = 0 |
| ClassOptions | Options = ClassOptions::None |
| TypeIndex | FieldList |
| StringRef | Name |
| StringRef | UniqueName |
| Public Attributes inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | Kind |
| 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 ()=default | |
| 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
Constructor & Destructor Documentation
| llvm::codeview::UnionRecord::UnionRecord ( ) | default |
|---|
◆ UnionRecord() [2/3]
| llvm::codeview::UnionRecord::UnionRecord ( TypeRecordKind Kind) | inlineexplicit |
|---|
◆ UnionRecord() [3/3]
Member Function Documentation
◆ getHfa()
| HfaKind llvm::codeview::UnionRecord::getHfa ( ) const | inline |
|---|
◆ getSize()
| uint64_t llvm::codeview::UnionRecord::getSize ( ) const | inline |
|---|
Member Data Documentation
◆ Size
uint64_t llvm::codeview::UnionRecord::Size = 0
The documentation for this struct was generated from the following file:
- include/llvm/DebugInfo/CodeView/TypeRecord.h