| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
| ClassRecord ()=default | |
| ClassRecord (TypeRecordKind Kind) | |
| ClassRecord (TypeRecordKind Kind, uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, TypeIndex DerivationList, TypeIndex VTableShape, uint64_t Size, StringRef Name, StringRef UniqueName) | |
| HfaKind | getHfa () const | 
| WindowsRTClassKind | getWinRTKind () const | 
| TypeIndex | getDerivationList () const | 
| TypeIndex | getVTableShape () 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 | |
| TypeIndex | DerivationList | 
| TypeIndex | VTableShape | 
| 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) | |
Definition at line 465 of file TypeRecord.h.
      
  | 
  default | 
      
  | 
  inlineexplicit | 
Definition at line 468 of file TypeRecord.h.
References llvm::codeview::TypeRecord::Kind, and llvm::codeview::TagRecord::TagRecord().
      
  | 
  inline | 
Definition at line 469 of file TypeRecord.h.
References DerivationList, llvm::codeview::TagRecord::FieldList, llvm::codeview::TypeRecord::Kind, llvm::codeview::TagRecord::MemberCount, llvm::codeview::TagRecord::Name, llvm::codeview::TagRecord::Options, Size, llvm::codeview::TagRecord::TagRecord(), llvm::codeview::TagRecord::UniqueName, and VTableShape.
      
  | 
  inline | 
Definition at line 488 of file TypeRecord.h.
References DerivationList.
      
  | 
  inline | 
Definition at line 476 of file TypeRecord.h.
References llvm::codeview::TagRecord::HfaKindMask, llvm::codeview::TagRecord::HfaKindShift, and llvm::codeview::TagRecord::Options.
      
  | 
  inline | 
Definition at line 490 of file TypeRecord.h.
References Size.
      
  | 
  inline | 
Definition at line 489 of file TypeRecord.h.
References VTableShape.
      
  | 
  inline | 
Definition at line 482 of file TypeRecord.h.
References llvm::codeview::TagRecord::Options, llvm::codeview::TagRecord::WinRTKindMask, and llvm::codeview::TagRecord::WinRTKindShift.
| TypeIndex llvm::codeview::ClassRecord::DerivationList | 
Definition at line 492 of file TypeRecord.h.
Referenced by ClassRecord(), and getDerivationList().
| uint64_t llvm::codeview::ClassRecord::Size = 0 | 
Definition at line 494 of file TypeRecord.h.
Referenced by ClassRecord(), and getSize().
| TypeIndex llvm::codeview::ClassRecord::VTableShape | 
Definition at line 493 of file TypeRecord.h.
Referenced by ClassRecord(), and getVTableShape().