LLVM API Documentation
#include <MCAssembler.h>
Public Member Functions | |
MCDwarfCallFrameFragment (const MCExpr &_AddrDelta, MCSectionData *SD=nullptr) | |
Accessors | |
const MCExpr & | getAddrDelta () const |
SmallString< 8 > & | getContents () |
const SmallString< 8 > & | getContents () const |
Static Public Member Functions | |
static bool | classof (const MCFragment *F) |
Definition at line 528 of file MCAssembler.h.
llvm::MCDwarfCallFrameFragment::MCDwarfCallFrameFragment | ( | const MCExpr & | _AddrDelta, |
MCSectionData * | SD = nullptr |
||
) | [inline] |
Definition at line 538 of file MCAssembler.h.
References llvm::SmallVectorTemplateBase< T, isPodLike >::push_back().
static bool llvm::MCDwarfCallFrameFragment::classof | ( | const MCFragment * | F | ) | [inline, static] |
Definition at line 553 of file MCAssembler.h.
References llvm::MCFragment::FT_DwarfFrame, and llvm::MCFragment::getKind().
const MCExpr& llvm::MCDwarfCallFrameFragment::getAddrDelta | ( | ) | const [inline] |
Definition at line 546 of file MCAssembler.h.
Referenced by llvm::MCFragment::dump().
SmallString<8>& llvm::MCDwarfCallFrameFragment::getContents | ( | ) | [inline] |
Definition at line 548 of file MCAssembler.h.
Referenced by writeFragment().
const SmallString<8>& llvm::MCDwarfCallFrameFragment::getContents | ( | ) | const [inline] |
Definition at line 549 of file MCAssembler.h.