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

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

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

Public Member Functions

 DebugCrossModuleExportsSubsection ()
 
void addMapping (uint32_t Local, uint32_t Global)
 
uint32_t calculateSerializedSize () const override
 
Error commit (BinaryStreamWriter &Writer) const override
 
- 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 47 of file DebugCrossExSubsection.h.

Constructor & Destructor Documentation

◆ DebugCrossModuleExportsSubsection()

llvm::codeview::DebugCrossModuleExportsSubsection::DebugCrossModuleExportsSubsection ( )
inline

Definition at line 49 of file DebugCrossExSubsection.h.

Member Function Documentation

◆ addMapping()

void DebugCrossModuleExportsSubsection::addMapping ( uint32_t  Local,
uint32_t  Global 
)

Definition at line 35 of file DebugCrossExSubsection.cpp.

References llvm::Global.

◆ calculateSerializedSize()

uint32_t DebugCrossModuleExportsSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 40 of file DebugCrossExSubsection.cpp.

◆ classof()

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

◆ commit()

Error DebugCrossModuleExportsSubsection::commit ( BinaryStreamWriter Writer) const
overridevirtual

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