LLVM API Documentation
#include <MCAssembler.h>
Public Member Functions | |
MCLEBFragment (const MCExpr &Value_, bool IsSigned_, MCSectionData *SD=nullptr) | |
Accessors | |
const MCExpr & | getValue () const |
bool | isSigned () const |
SmallString< 8 > & | getContents () |
const SmallString< 8 > & | getContents () const |
Static Public Member Functions | |
static bool | classof (const MCFragment *F) |
Definition at line 459 of file MCAssembler.h.
llvm::MCLEBFragment::MCLEBFragment | ( | const MCExpr & | Value_, |
bool | IsSigned_, | ||
MCSectionData * | SD = nullptr |
||
) | [inline] |
Definition at line 470 of file MCAssembler.h.
References llvm::SmallVectorTemplateBase< T, isPodLike >::push_back().
static bool llvm::MCLEBFragment::classof | ( | const MCFragment * | F | ) | [inline, static] |
Definition at line 487 of file MCAssembler.h.
References llvm::MCFragment::FT_LEB, and llvm::MCFragment::getKind().
SmallString<8>& llvm::MCLEBFragment::getContents | ( | ) | [inline] |
Definition at line 482 of file MCAssembler.h.
Referenced by writeFragment().
const SmallString<8>& llvm::MCLEBFragment::getContents | ( | ) | const [inline] |
Definition at line 483 of file MCAssembler.h.
const MCExpr& llvm::MCLEBFragment::getValue | ( | ) | const [inline] |
Definition at line 478 of file MCAssembler.h.
Referenced by llvm::MCFragment::dump().
bool llvm::MCLEBFragment::isSigned | ( | ) | const [inline] |
Definition at line 480 of file MCAssembler.h.
Referenced by llvm::MCFragment::dump().