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

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

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

Public Types

using ArrayType = FixedStreamArray<support::ulittle32_t>

Public Member Functions

 DebugSymbolRVASubsectionRef ()
ArrayType::Iterator begin () const
ArrayType::Iterator end () const
Error initialize (BinaryStreamReader &Reader)
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 26 of file DebugSymbolRVASubsection.h.

Member Typedef Documentation

◆ ArrayType

Constructor & Destructor Documentation

◆ DebugSymbolRVASubsectionRef()

DebugSymbolRVASubsectionRef::DebugSymbolRVASubsectionRef ( )

Member Function Documentation

◆ begin()

ArrayType::Iterator llvm::codeview::DebugSymbolRVASubsectionRef::begin ( ) const
inline

Definition at line 36 of file DebugSymbolRVASubsection.h.

◆ classof()

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

◆ end()

ArrayType::Iterator llvm::codeview::DebugSymbolRVASubsectionRef::end ( ) const
inline

Definition at line 37 of file DebugSymbolRVASubsection.h.

◆ initialize()

Error DebugSymbolRVASubsectionRef::initialize ( BinaryStreamReader & Reader)

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