|
LLVM
8.0.1
|
DWARF Common Information Entry (CIE) More...
#include "llvm/DebugInfo/DWARF/DWARFDebugFrame.h"


Public Member Functions | |
| CIE (uint64_t Offset, uint64_t Length, uint8_t Version, SmallString< 8 > Augmentation, uint8_t AddressSize, uint8_t SegmentDescriptorSize, uint64_t CodeAlignmentFactor, int64_t DataAlignmentFactor, uint64_t ReturnAddressRegister, SmallString< 8 > AugmentationData, uint32_t FDEPointerEncoding, uint32_t LSDAPointerEncoding, Optional< uint64_t > Personality, Optional< uint32_t > PersonalityEnc, Triple::ArchType Arch) | |
| StringRef | getAugmentationString () const |
| uint64_t | getCodeAlignmentFactor () const |
| int64_t | getDataAlignmentFactor () const |
| uint8_t | getVersion () const |
| uint64_t | getReturnAddressRegister () const |
| Optional< uint64_t > | getPersonalityAddress () const |
| Optional< uint32_t > | getPersonalityEncoding () const |
| uint32_t | getFDEPointerEncoding () const |
| uint32_t | getLSDAPointerEncoding () const |
| void | dump (raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH) const override |
| Dump the instructions in this CFI fragment. More... | |
Public Member Functions inherited from llvm::dwarf::FrameEntry | |
| 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 () |
Static Public Member Functions | |
| static bool | classof (const FrameEntry *FE) |
Additional Inherited Members | |
Public Types inherited from llvm::dwarf::FrameEntry | |
| enum | FrameKind { FK_CIE, FK_FDE } |
Protected Attributes inherited from llvm::dwarf::FrameEntry | |
| 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 |
DWARF Common Information Entry (CIE)
Definition at line 166 of file DWARFDebugFrame.h.
|
inline |
Definition at line 170 of file DWARFDebugFrame.h.
|
inlinestatic |
Definition at line 189 of file DWARFDebugFrame.h.
References llvm::dwarf::FrameEntry::getKind().
|
overridevirtual |
Dump the instructions in this CFI fragment.
Implements llvm::dwarf::FrameEntry.
Definition at line 289 of file DWARFDebugFrame.cpp.
References llvm::dwarf::DW_CIE_ID, llvm::format(), llvm::hexdigit(), and llvm::IndexedInstrProf::Version.
|
inline |
Definition at line 191 of file DWARFDebugFrame.h.
Referenced by llvm::DWARFDebugFrame::parse().
|
inline |
Definition at line 192 of file DWARFDebugFrame.h.
|
inline |
Definition at line 193 of file DWARFDebugFrame.h.
|
inline |
Definition at line 199 of file DWARFDebugFrame.h.
Referenced by llvm::DWARFDebugFrame::parse().
|
inline |
Definition at line 201 of file DWARFDebugFrame.h.
References llvm::dwarf::CFIProgram::dump(), MRI, and llvm::IndexedInstrProf::Version.
Referenced by llvm::DWARFDebugFrame::parse().
|
inline |
Definition at line 196 of file DWARFDebugFrame.h.
Definition at line 197 of file DWARFDebugFrame.h.
|
inline |
Definition at line 195 of file DWARFDebugFrame.h.
|
inline |
Definition at line 194 of file DWARFDebugFrame.h.
References llvm::IndexedInstrProf::Version.
1.8.13