class EndPrecompRecord
Declaration
class EndPrecompRecord : public TypeRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:946
Inherits from: TypeRecord
Member Variables
- public uint32_t Signature = 0
Inherited from TypeRecord:
Method Overview
- public EndPrecompRecord()
- public EndPrecompRecord(llvm::codeview::TypeRecordKind Kind)
- public uint32_t getSignature() const
Inherited from TypeRecord:
Methods
¶EndPrecompRecord()
EndPrecompRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:948
¶EndPrecompRecord(
llvm::codeview::TypeRecordKind Kind)
EndPrecompRecord(
llvm::codeview::TypeRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:949
Parameters
- llvm::codeview::TypeRecordKind Kind
¶uint32_t getSignature() const
uint32_t getSignature() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:951