|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h"


Public Member Functions | |
| DebugFrameDataSubsectionRef () | |
| Error | initialize (BinaryStreamReader Reader) |
| 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 |
Definition at line 21 of file DebugFrameDataSubsection.h.
|
inline |
Definition at line 23 of file DebugFrameDataSubsection.h.
|
inline |
Definition at line 32 of file DebugFrameDataSubsection.h.
|
inlinestatic |
Definition at line 25 of file DebugFrameDataSubsection.h.
References llvm::codeview::FrameData, initialize(), and llvm::codeview::DebugSubsection::kind().
|
inline |
Definition at line 33 of file DebugFrameDataSubsection.h.
|
inline |
Definition at line 35 of file DebugFrameDataSubsection.h.
| Error DebugFrameDataSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 16 of file DebugFrameDataSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::corrupt_record, llvm::codeview::EC, llvm::codeview::FrameData, llvm::BinaryStreamReader::readArray(), llvm::BinaryStreamReader::readObject(), and llvm::Error::success().
Referenced by classof(), initialize(), and llvm::codeview::visitDebugSubsection().
| Error DebugFrameDataSubsectionRef::initialize | ( | BinaryStreamRef | Stream | ) |
Definition at line 32 of file DebugFrameDataSubsection.cpp.
References initialize().
1.8.13