LLVM API Documentation
#include <MCAssembler.h>
Public Member Functions | |
MCDwarfLineAddrFragment (int64_t _LineDelta, const MCExpr &_AddrDelta, MCSectionData *SD=nullptr) | |
Accessors | |
int64_t | getLineDelta () const |
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 492 of file MCAssembler.h.
llvm::MCDwarfLineAddrFragment::MCDwarfLineAddrFragment | ( | int64_t | _LineDelta, |
const MCExpr & | _AddrDelta, | ||
MCSectionData * | SD = nullptr |
||
) | [inline] |
Definition at line 506 of file MCAssembler.h.
References llvm::SmallVectorTemplateBase< T, isPodLike >::push_back().
static bool llvm::MCDwarfLineAddrFragment::classof | ( | const MCFragment * | F | ) | [inline, static] |
Definition at line 523 of file MCAssembler.h.
References llvm::MCFragment::FT_Dwarf, and llvm::MCFragment::getKind().
const MCExpr& llvm::MCDwarfLineAddrFragment::getAddrDelta | ( | ) | const [inline] |
Definition at line 516 of file MCAssembler.h.
Referenced by llvm::MCFragment::dump().
SmallString<8>& llvm::MCDwarfLineAddrFragment::getContents | ( | ) | [inline] |
Definition at line 518 of file MCAssembler.h.
Referenced by writeFragment().
const SmallString<8>& llvm::MCDwarfLineAddrFragment::getContents | ( | ) | const [inline] |
Definition at line 519 of file MCAssembler.h.
int64_t llvm::MCDwarfLineAddrFragment::getLineDelta | ( | ) | const [inline] |
Definition at line 514 of file MCAssembler.h.
Referenced by llvm::MCFragment::dump().