LLVM
8.0.1
|
An entry in either debug_frame or eh_frame. More...
#include "llvm/DebugInfo/DWARF/DWARFDebugFrame.h"
Public Types | |
enum | FrameKind { FK_CIE, FK_FDE } |
Public Member Functions | |
FrameEntry (FrameKind K, uint64_t Offset, uint64_t Length, uint64_t CodeAlign, int64_t DataAlign, Triple::ArchType Arch) | |
virtual | ~FrameEntry () |
FrameKind | getKind () const |
uint64_t | getOffset () const |
uint64_t | getLength () const |
const CFIProgram & | cfis () const |
CFIProgram & | cfis () |
virtual void | dump (raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH) const =0 |
Dump the instructions in this CFI fragment. More... | |
Protected Attributes | |
const FrameKind | Kind |
const uint64_t | Offset |
Offset of this entry in the section. More... | |
const uint64_t | Length |
Entry length as specified in DWARF. More... | |
CFIProgram | CFIs |
An entry in either debug_frame or eh_frame.
This entry can be a CIE or an FDE.
Definition at line 132 of file DWARFDebugFrame.h.
Enumerator | |
---|---|
FK_CIE | |
FK_FDE |
Definition at line 134 of file DWARFDebugFrame.h.
|
inline |
Definition at line 136 of file DWARFDebugFrame.h.
|
inlinevirtual |
Definition at line 141 of file DWARFDebugFrame.h.
|
inline |
Definition at line 146 of file DWARFDebugFrame.h.
|
inline |
Definition at line 147 of file DWARFDebugFrame.h.
References llvm::dwarf::CFIProgram::dump(), and MRI.
|
pure virtual |
Dump the instructions in this CFI fragment.
Implemented in llvm::dwarf::FDE, and llvm::dwarf::CIE.
|
inline |
Definition at line 143 of file DWARFDebugFrame.h.
References Kind.
Referenced by llvm::dwarf::CIE::classof(), and llvm::dwarf::FDE::classof().
|
inline |
Definition at line 145 of file DWARFDebugFrame.h.
|
inline |
Definition at line 144 of file DWARFDebugFrame.h.
|
protected |
Definition at line 162 of file DWARFDebugFrame.h.
Definition at line 154 of file DWARFDebugFrame.h.
|
protected |
Entry length as specified in DWARF.
Definition at line 160 of file DWARFDebugFrame.h.
|
protected |
Offset of this entry in the section.
Definition at line 157 of file DWARFDebugFrame.h.