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

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

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

Public Member Functions

 DebugCrossModuleImportsSubsectionRef ()
 
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 48 of file DebugCrossImpSubsection.h.

Constructor & Destructor Documentation

◆ DebugCrossModuleImportsSubsectionRef()

llvm::codeview::DebugCrossModuleImportsSubsectionRef::DebugCrossModuleImportsSubsectionRef ( )
inline

Definition at line 53 of file DebugCrossImpSubsection.h.

Member Function Documentation

◆ begin()

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

◆ classof()

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

◆ end()

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

◆ initialize() [1/2]

Error DebugCrossModuleImportsSubsectionRef::initialize ( BinaryStreamReader  Reader)

◆ initialize() [2/2]

Error DebugCrossModuleImportsSubsectionRef::initialize ( BinaryStreamRef  Stream)

Definition at line 49 of file DebugCrossImpSubsection.cpp.

References initialize().


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