LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::MCFillFragment Class Reference

#include <MCAssembler.h>

Inheritance diagram for llvm::MCFillFragment:
Inheritance graph
[legend]
Collaboration diagram for llvm::MCFillFragment:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 392 of file MCAssembler.h.


Constructor & Destructor Documentation

llvm::MCFillFragment::MCFillFragment ( int64_t  _Value,
unsigned  _ValueSize,
uint64_t  _Size,
MCSectionData SD = nullptr 
) [inline]

Definition at line 406 of file MCAssembler.h.


Member Function Documentation

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().

Definition at line 419 of file MCAssembler.h.

Referenced by llvm::MCFragment::dump(), and writeFragment().


The documentation for this class was generated from the following files: