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

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

Inheritance diagram for llvm::codeview::DebugCrossModuleImportsSubsection:
Inheritance graph
[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
 
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 70 of file DebugCrossImpSubsection.h.

Constructor & Destructor Documentation

◆ DebugCrossModuleImportsSubsection()

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

Definition at line 72 of file DebugCrossImpSubsection.h.

Member Function Documentation

◆ addImport()

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

◆ calculateSerializedSize()

uint32_t DebugCrossModuleImportsSubsection::calculateSerializedSize ( ) const
overridevirtual

Implements llvm::codeview::DebugSubsection.

Definition at line 63 of file DebugCrossImpSubsection.cpp.

References Size.

◆ classof()

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

◆ commit()

Error DebugCrossModuleImportsSubsection::commit ( BinaryStreamWriter Writer) const
overridevirtual

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