LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
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 | |
uint16_t | MemberCount = 0 |
ClassOptions | Options = ClassOptions::None |
TypeIndex | FieldList |
StringRef | Name |
StringRef | UniqueName |
Public Attributes inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | Kind |
Static Public Attributes | |
static const int | HfaKindShift = 11 |
static const int | HfaKindMask = 0x1800 |
static const int | WinRTKindShift = 14 |
static const int | WinRTKindMask = 0xC000 |
Protected Member Functions | |
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 416 of file TypeRecord.h.
|
protecteddefault |
|
inlineexplicitprotected |
Definition at line 419 of file TypeRecord.h.
|
inlineprotected |
Definition at line 420 of file TypeRecord.h.
|
inline |
Definition at line 443 of file TypeRecord.h.
References llvm::codeview::ContainsNestedClass, llvm::codeview::None, and Options.
|
inline |
Definition at line 453 of file TypeRecord.h.
References FieldList.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 451 of file TypeRecord.h.
References MemberCount.
|
inline |
Definition at line 454 of file TypeRecord.h.
References Name.
Referenced by llvm::pdb::TpiStream::findFullDeclForForwardRef(), and getHashForUdt().
|
inline |
|
inline |
Definition at line 455 of file TypeRecord.h.
References UniqueName.
Referenced by llvm::pdb::TpiStream::findFullDeclForForwardRef(), and getHashForUdt().
|
inline |
Definition at line 431 of file TypeRecord.h.
References llvm::codeview::HasUniqueName, llvm::codeview::None, and Options.
Referenced by llvm::pdb::TpiStream::findFullDeclForForwardRef().
|
inline |
Definition at line 439 of file TypeRecord.h.
References llvm::codeview::ForwardReference, llvm::codeview::None, and Options.
|
inline |
Definition at line 435 of file TypeRecord.h.
References llvm::codeview::Nested, llvm::codeview::None, and Options.
|
inline |
Definition at line 447 of file TypeRecord.h.
References llvm::codeview::None, Options, and llvm::codeview::Scoped.
TypeIndex llvm::codeview::TagRecord::FieldList |
Definition at line 459 of file TypeRecord.h.
Referenced by getFieldList().
|
static |
Definition at line 427 of file TypeRecord.h.
Referenced by llvm::codeview::ClassRecord::getHfa(), and llvm::codeview::UnionRecord::getHfa().
|
static |
Definition at line 426 of file TypeRecord.h.
Referenced by llvm::codeview::ClassRecord::getHfa(), and llvm::codeview::UnionRecord::getHfa().
uint16_t llvm::codeview::TagRecord::MemberCount = 0 |
Definition at line 457 of file TypeRecord.h.
Referenced by getMemberCount().
StringRef llvm::codeview::TagRecord::Name |
Definition at line 460 of file TypeRecord.h.
Referenced by getName().
ClassOptions llvm::codeview::TagRecord::Options = ClassOptions::None |
Definition at line 458 of file TypeRecord.h.
Referenced by containsNestedClass(), llvm::codeview::ClassRecord::getHfa(), llvm::codeview::UnionRecord::getHfa(), getOptions(), llvm::codeview::ClassRecord::getWinRTKind(), hasUniqueName(), isForwardRef(), isNested(), and isScoped().
StringRef llvm::codeview::TagRecord::UniqueName |
Definition at line 461 of file TypeRecord.h.
Referenced by getUniqueName().
|
static |
Definition at line 429 of file TypeRecord.h.
Referenced by llvm::codeview::ClassRecord::getWinRTKind().
|
static |
Definition at line 428 of file TypeRecord.h.
Referenced by llvm::codeview::ClassRecord::getWinRTKind().