LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
StringIdRecord ()=default | |
StringIdRecord (TypeRecordKind Kind) | |
StringIdRecord (TypeIndex Id, StringRef String) | |
TypeIndex | getId () const |
StringRef | getString () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
TypeIndex | Id |
StringRef | String |
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 595 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 598 of file TypeRecord.h.
Definition at line 599 of file TypeRecord.h.
|
inline |
Definition at line 602 of file TypeRecord.h.
References Id.
|
inline |
Definition at line 603 of file TypeRecord.h.
References String.
TypeIndex llvm::codeview::StringIdRecord::Id |
Definition at line 605 of file TypeRecord.h.
Referenced by getId().
StringRef llvm::codeview::StringIdRecord::String |
Definition at line 606 of file TypeRecord.h.
Referenced by getString().