LLVM: llvm::codeview::DebugFrameDataSubsectionRef Class Reference (original) (raw)
#include "[llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h](DebugFrameDataSubsection%5F8h%5Fsource.html)"
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_t * | getRelocPtr () 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
| llvm::codeview::DebugFrameDataSubsectionRef::DebugFrameDataSubsectionRef ( ) | inline |
|---|
Definition at line 27 of file DebugFrameDataSubsection.h.
References llvm::codeview::DebugSubsectionRef::DebugSubsectionRef().
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 |
|---|
Definition at line 29 of file DebugFrameDataSubsection.h.
References llvm::codeview::FrameData, and llvm::codeview::DebugSubsection::kind().
◆ 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]
| Error DebugFrameDataSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
|---|
Definition at line 17 of file DebugFrameDataSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::corrupt_record, llvm::Count, llvm::codeview::EC, llvm::make_error(), llvm::BinaryStreamReader::readArray(), llvm::BinaryStreamReader::readObject(), and llvm::Error::success().
Referenced by initialize().
◆ 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:
- include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
- lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp