LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
LabelRecord ()=default | |
LabelRecord (TypeRecordKind Kind) | |
LabelRecord (LabelType Mode) | |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
LabelType | Mode = LabelType::Near |
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 206 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 209 of file TypeRecord.h.
References llvm::codeview::TypeRecord::Kind, and llvm::codeview::TypeRecord::TypeRecord().
|
inline |
Definition at line 211 of file TypeRecord.h.
References Mode, and llvm::codeview::TypeRecord::TypeRecord().
LabelType llvm::codeview::LabelRecord::Mode = LabelType::Near |
Definition at line 213 of file TypeRecord.h.
Referenced by LabelRecord().