LLVM 22.0.0git
llvm::codeview::DebugSymbolsSubsection Class Referencefinal

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

Inheritance diagram for llvm::codeview::DebugSymbolsSubsection:
[legend]

Public Member Functions

 DebugSymbolsSubsection ()
uint32_t calculateSerializedSize () const override
Error commit (BinaryStreamWriter &Writer) const override
void addSymbol (CVSymbol Symbol)
Public Member Functions inherited from llvm::codeview::DebugSubsection
 DebugSubsection (DebugSubsectionKind Kind)
virtual ~DebugSubsection ()
DebugSubsectionKind kind () const

Static Public Member Functions

static bool classof (const DebugSubsection *S)
Static Public Member Functions inherited from llvm::codeview::DebugSubsection
static bool classof (const DebugSubsection *S)

Additional Inherited Members

Protected Attributes inherited from llvm::codeview::DebugSubsection
DebugSubsectionKind Kind

Detailed Description

Definition at line 37 of file DebugSymbolsSubsection.h.

Constructor & Destructor Documentation

◆ DebugSymbolsSubsection()

llvm::codeview::DebugSymbolsSubsection::DebugSymbolsSubsection ( )
inline

Member Function Documentation

◆ addSymbol()

void DebugSymbolsSubsection::addSymbol ( CVSymbol Symbol)

Definition at line 31 of file DebugSymbolsSubsection.cpp.

◆ calculateSerializedSize()

uint32_t DebugSymbolsSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 19 of file DebugSymbolsSubsection.cpp.

◆ classof()

bool llvm::codeview::DebugSymbolsSubsection::classof ( const DebugSubsection * S)
inlinestatic

◆ commit()

Error DebugSymbolsSubsection::commit ( BinaryStreamWriter & Writer) const
overridevirtual

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