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

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

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

Public Member Functions

 DebugCrossModuleImportsSubsection (DebugStringTableSubsection &Strings)
void addImport (StringRef Module, uint32_t ImportId)
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 71 of file DebugCrossImpSubsection.h.

Constructor & Destructor Documentation

◆ DebugCrossModuleImportsSubsection()

llvm::codeview::DebugCrossModuleImportsSubsection::DebugCrossModuleImportsSubsection ( DebugStringTableSubsection & Strings)
inlineexplicit

Member Function Documentation

◆ addImport()

void DebugCrossModuleImportsSubsection::addImport ( StringRef Module,
uint32_t ImportId )

Definition at line 53 of file DebugCrossImpSubsection.cpp.

◆ calculateSerializedSize()

uint32_t DebugCrossModuleImportsSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 62 of file DebugCrossImpSubsection.cpp.

References Size.

◆ classof()

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

◆ commit()


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