LLVM  8.0.1
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]
Collaboration diagram for llvm::codeview::LabelRecord:
Collaboration 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
 
- 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 212 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 215 of file TypeRecord.h.

◆ LabelRecord() [3/3]

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

Definition at line 217 of file TypeRecord.h.

Member Data Documentation

◆ Mode

LabelType llvm::codeview::LabelRecord::Mode

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