Thanks to visit codestin.com
Credit goes to llvm.org

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

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

Inheritance diagram for llvm::codeview::DebugCrossModuleExportsSubsection:
[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

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 48 of file DebugCrossExSubsection.h.

Constructor & Destructor Documentation

◆ DebugCrossModuleExportsSubsection()

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

Member Function Documentation

◆ addMapping()

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

Definition at line 35 of file DebugCrossExSubsection.cpp.

References llvm::Global, and Local.

◆ calculateSerializedSize()

uint32_t DebugCrossModuleExportsSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 40 of file DebugCrossExSubsection.cpp.

◆ classof()

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: