|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
| TypeServer2Record ()=default | |
| TypeServer2Record (TypeRecordKind Kind) | |
| TypeServer2Record (StringRef GuidStr, uint32_t Age, StringRef Name) | |
| const GUID & | getGuid () const |
| uint32_t | getAge () const |
| StringRef | getName () const |
| Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| GUID | Guid = {} |
| uint32_t | Age = 0 |
| StringRef | Name |
| Public Attributes inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | Kind |
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 575 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 578 of file TypeRecord.h.
References llvm::codeview::TypeRecord::Kind, and llvm::codeview::TypeRecord::TypeRecord().
|
inline |
Definition at line 579 of file TypeRecord.h.
References Age, assert(), llvm::StringRef::data(), Guid, Name, llvm::StringRef::size(), and llvm::codeview::TypeRecord::TypeRecord().
|
inline |
Definition at line 586 of file TypeRecord.h.
References Age.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
Definition at line 585 of file TypeRecord.h.
References Guid.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 587 of file TypeRecord.h.
References Name.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
| uint32_t llvm::codeview::TypeServer2Record::Age = 0 |
Definition at line 590 of file TypeRecord.h.
Referenced by getAge(), and TypeServer2Record().
| GUID llvm::codeview::TypeServer2Record::Guid = {} |
Definition at line 589 of file TypeRecord.h.
Referenced by getGuid(), and TypeServer2Record().
| StringRef llvm::codeview::TypeServer2Record::Name |
Definition at line 591 of file TypeRecord.h.
Referenced by getName(), and TypeServer2Record().