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

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

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

Public Member Functions

 DebugCrossModuleExportsSubsectionRef ()
 
Error initialize (BinaryStreamReader Reader)
 
Error initialize (BinaryStreamRef Stream)
 
Iterator begin () const
 
Iterator end () const
 
- Public Member Functions inherited from llvm::codeview::DebugSubsectionRef
 DebugSubsectionRef (DebugSubsectionKind Kind)
 
virtual ~DebugSubsectionRef ()
 
DebugSubsectionKind kind () const
 

Static Public Member Functions

static bool classof (const DebugSubsectionRef *S)
 
- Static Public Member Functions inherited from llvm::codeview::DebugSubsectionRef
static bool classof (const DebugSubsectionRef *S)
 

Additional Inherited Members

- Protected Attributes inherited from llvm::codeview::DebugSubsectionRef
DebugSubsectionKind Kind
 

Detailed Description

Definition at line 25 of file DebugCrossExSubsection.h.

Constructor & Destructor Documentation

◆ DebugCrossModuleExportsSubsectionRef()

llvm::codeview::DebugCrossModuleExportsSubsectionRef::DebugCrossModuleExportsSubsectionRef ( )
inline

Definition at line 30 of file DebugCrossExSubsection.h.

Member Function Documentation

◆ begin()

Iterator llvm::codeview::DebugCrossModuleExportsSubsectionRef::begin ( ) const
inline

Definition at line 40 of file DebugCrossExSubsection.h.

◆ classof()

static bool llvm::codeview::DebugCrossModuleExportsSubsectionRef::classof ( const DebugSubsectionRef S)
inlinestatic

◆ end()

Iterator llvm::codeview::DebugCrossModuleExportsSubsectionRef::end ( ) const
inline

Definition at line 41 of file DebugCrossExSubsection.h.

◆ initialize() [1/2]

Error DebugCrossModuleExportsSubsectionRef::initialize ( BinaryStreamReader  Reader)

◆ initialize() [2/2]

Error DebugCrossModuleExportsSubsectionRef::initialize ( BinaryStreamRef  Stream)

Definition at line 30 of file DebugCrossExSubsection.cpp.

References initialize().


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