LLVM API Documentation
#include <MCAssembler.h>
Public Member Functions | |
MCFillFragment (int64_t _Value, unsigned _ValueSize, uint64_t _Size, MCSectionData *SD=nullptr) | |
Accessors | |
int64_t | getValue () const |
unsigned | getValueSize () const |
uint64_t | getSize () const |
Static Public Member Functions | |
static bool | classof (const MCFragment *F) |
Definition at line 392 of file MCAssembler.h.
llvm::MCFillFragment::MCFillFragment | ( | int64_t | _Value, |
unsigned | _ValueSize, | ||
uint64_t | _Size, | ||
MCSectionData * | SD = nullptr |
||
) | [inline] |
Definition at line 406 of file MCAssembler.h.
static bool llvm::MCFillFragment::classof | ( | const MCFragment * | F | ) | [inline, static] |
Definition at line 425 of file MCAssembler.h.
References llvm::MCFragment::FT_Fill, and llvm::MCFragment::getKind().
uint64_t llvm::MCFillFragment::getSize | ( | ) | const [inline] |
Definition at line 421 of file MCAssembler.h.
Referenced by llvm::MCFragment::dump(), and writeFragment().
int64_t llvm::MCFillFragment::getValue | ( | ) | const [inline] |
Definition at line 417 of file MCAssembler.h.
Referenced by llvm::MCFragment::dump(), and writeFragment().
unsigned llvm::MCFillFragment::getValueSize | ( | ) | const [inline] |
Definition at line 419 of file MCAssembler.h.
Referenced by llvm::MCFragment::dump(), and writeFragment().