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

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

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

Public Member Functions

 DebugSymbolsSubsectionRef ()
LLVM_ABI Error initialize (BinaryStreamReader Reader)
CVSymbolArray::Iterator begin () const
CVSymbolArray::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 19 of file DebugSymbolsSubsection.h.

Constructor & Destructor Documentation

◆ DebugSymbolsSubsectionRef()

llvm::codeview::DebugSymbolsSubsectionRef::DebugSymbolsSubsectionRef ( )
inline

Member Function Documentation

◆ begin()

CVSymbolArray::Iterator llvm::codeview::DebugSymbolsSubsectionRef::begin ( ) const
inline

Definition at line 30 of file DebugSymbolsSubsection.h.

◆ classof()

bool llvm::codeview::DebugSymbolsSubsectionRef::classof ( const DebugSubsectionRef * S)
inlinestatic

◆ end()

CVSymbolArray::Iterator llvm::codeview::DebugSymbolsSubsectionRef::end ( ) const
inline

Definition at line 31 of file DebugSymbolsSubsection.h.

◆ initialize()

Error DebugSymbolsSubsectionRef::initialize ( BinaryStreamReader Reader)

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