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

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

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

Public Member Functions

 DebugSymbolsSubsectionRef ()
 
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 18 of file DebugSymbolsSubsection.h.

Constructor & Destructor Documentation

◆ DebugSymbolsSubsectionRef()

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

Definition at line 20 of file DebugSymbolsSubsection.h.

Member Function Documentation

◆ begin()

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

◆ classof()

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

◆ end()

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

◆ initialize()

Error DebugSymbolsSubsectionRef::initialize ( BinaryStreamReader  Reader)

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