LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
llvm::codeview::DebugSubsection Class Referenceabstract

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

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

Public Member Functions

 DebugSubsection (DebugSubsectionKind Kind)
 
virtual ~DebugSubsection ()
 
DebugSubsectionKind kind () const
 
virtual Error commit (BinaryStreamWriter &Writer) const =0
 
virtual uint32_t calculateSerializedSize () const =0
 

Static Public Member Functions

static bool classof (const DebugSubsection *S)
 

Protected Attributes

DebugSubsectionKind Kind
 

Detailed Description

Definition at line 34 of file DebugSubsection.h.

Constructor & Destructor Documentation

◆ DebugSubsection()

llvm::codeview::DebugSubsection::DebugSubsection ( DebugSubsectionKind  Kind)
inlineexplicit

Definition at line 36 of file DebugSubsection.h.

◆ ~DebugSubsection()

DebugSubsection::~DebugSubsection ( )
virtualdefault

Member Function Documentation

◆ calculateSerializedSize()

virtual uint32_t llvm::codeview::DebugSubsection::calculateSerializedSize ( ) const
pure virtual

◆ classof()

static bool llvm::codeview::DebugSubsection::classof ( const DebugSubsection S)
inlinestatic

Definition at line 39 of file DebugSubsection.h.

◆ commit()

virtual Error llvm::codeview::DebugSubsection::commit ( BinaryStreamWriter Writer) const
pure virtual

◆ kind()

DebugSubsectionKind llvm::codeview::DebugSubsection::kind ( ) const
inline

Member Data Documentation

◆ Kind

DebugSubsectionKind llvm::codeview::DebugSubsection::Kind
protected

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