class EndPrecompRecord

Declaration

class EndPrecompRecord : public TypeRecord { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:951

Inherits from: TypeRecord

Member Variables

public uint32_t Signature = 0

Inherited from TypeRecord:

public Kind

Method Overview

Inherited from TypeRecord:

Methods

EndPrecompRecord()

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:953

EndPrecompRecord(
    llvm::codeview::TypeRecordKind Kind)

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:954

Parameters

llvm::codeview::TypeRecordKind Kind

uint32_t getSignature() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:956