class LabelRecord
Declaration
class LabelRecord : public TypeRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:211
Inherits from: TypeRecord
Member Variables
- public llvm::codeview::LabelType Mode
Inherited from TypeRecord:
Method Overview
- public LabelRecord()
- public LabelRecord(llvm::codeview::TypeRecordKind Kind)
- public LabelRecord(llvm::codeview::LabelType Mode)
Inherited from TypeRecord:
Methods
¶LabelRecord()
LabelRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:213
¶LabelRecord(llvm::codeview::TypeRecordKind Kind)
LabelRecord(llvm::codeview::TypeRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:214
Parameters
- llvm::codeview::TypeRecordKind Kind
¶LabelRecord(llvm::codeview::LabelType Mode)
LabelRecord(llvm::codeview::LabelType Mode)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:216
Parameters
- llvm::codeview::LabelType Mode