LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::LabelRecord Class Reference

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

Inheritance diagram for llvm::codeview::LabelRecord:
Inheritance graph
[legend]

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)
 

Detailed Description

Definition at line 206 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ LabelRecord() [1/3]

llvm::codeview::LabelRecord::LabelRecord ( )
default

◆ LabelRecord() [2/3]

llvm::codeview::LabelRecord::LabelRecord ( TypeRecordKind  Kind)
inlineexplicit

Definition at line 209 of file TypeRecord.h.

◆ LabelRecord() [3/3]

llvm::codeview::LabelRecord::LabelRecord ( LabelType  Mode)
inline

Definition at line 211 of file TypeRecord.h.

Member Data Documentation

◆ Mode

LabelType llvm::codeview::LabelRecord::Mode = LabelType::Near

Definition at line 213 of file TypeRecord.h.


The documentation for this class was generated from the following file: