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

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

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

Public Member Functions

 DebugFrameDataSubsectionRef ()
LLVM_ABI Error initialize (BinaryStreamReader Reader)
LLVM_ABI Error initialize (BinaryStreamRef Stream)
FixedStreamArray< FrameData >::Iterator begin () const
FixedStreamArray< FrameData >::Iterator end () const
const support::ulittle32_tgetRelocPtr () 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 DebugSubsection *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 DebugFrameDataSubsection.h.

Constructor & Destructor Documentation

◆ DebugFrameDataSubsectionRef()

llvm::codeview::DebugFrameDataSubsectionRef::DebugFrameDataSubsectionRef ( )
inline

Member Function Documentation

◆ begin()

FixedStreamArray< FrameData >::Iterator llvm::codeview::DebugFrameDataSubsectionRef::begin ( ) const
inline

Definition at line 36 of file DebugFrameDataSubsection.h.

◆ classof()

bool llvm::codeview::DebugFrameDataSubsectionRef::classof ( const DebugSubsection * S)
inlinestatic

◆ end()

FixedStreamArray< FrameData >::Iterator llvm::codeview::DebugFrameDataSubsectionRef::end ( ) const
inline

Definition at line 37 of file DebugFrameDataSubsection.h.

◆ getRelocPtr()

const support::ulittle32_t * llvm::codeview::DebugFrameDataSubsectionRef::getRelocPtr ( ) const
inline

Definition at line 39 of file DebugFrameDataSubsection.h.

◆ initialize() [1/2]

◆ initialize() [2/2]

Error DebugFrameDataSubsectionRef::initialize ( BinaryStreamRef Stream)

Definition at line 33 of file DebugFrameDataSubsection.cpp.

References initialize().


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