LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::codeview::DebugSymbolRVASubsection Class Referencefinal

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

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

Public Member Functions

 DebugSymbolRVASubsection ()
 
Error commit (BinaryStreamWriter &Writer) const override
 
uint32_t calculateSerializedSize () const override
 
void addRVA (uint32_t RVA)
 
- Public Member Functions inherited from llvm::codeview::DebugSubsection
 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)
 
- 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 45 of file DebugSymbolRVASubsection.h.

Constructor & Destructor Documentation

◆ DebugSymbolRVASubsection()

DebugSymbolRVASubsection::DebugSymbolRVASubsection ( )

Definition at line 26 of file DebugSymbolRVASubsection.cpp.

Member Function Documentation

◆ addRVA()

void llvm::codeview::DebugSymbolRVASubsection::addRVA ( uint32_t  RVA)
inline

Definition at line 56 of file DebugSymbolRVASubsection.h.

◆ calculateSerializedSize()

uint32_t DebugSymbolRVASubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 33 of file DebugSymbolRVASubsection.cpp.

◆ classof()

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

◆ commit()

Error DebugSymbolRVASubsection::commit ( BinaryStreamWriter Writer) const
overridevirtual

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